-
Notifications
You must be signed in to change notification settings - Fork 0
/
OCPointsPanel.tscn
53 lines (47 loc) · 1.4 KB
/
OCPointsPanel.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[gd_scene load_steps=5 format=2]
[ext_resource path="res://images/chip128.png" type="Texture" id=1]
[ext_resource path="res://theme.tres" type="Theme" id=2]
[ext_resource path="res://OCPointsPanel.gd" type="Script" id=3]
[sub_resource type="StyleBoxFlat" id=4]
content_margin_left = 20.0
content_margin_right = 20.0
content_margin_top = 10.0
content_margin_bottom = 10.0
bg_color = Color( 0.1911, 0.225972, 0.49, 1 )
border_color = Color( 1, 1, 1, 1 )
corner_radius_top_left = 30
corner_radius_bottom_right = 30
corner_detail = 12
shadow_color = Color( 0.141176, 0.14902, 0.156863, 1 )
shadow_size = 2
shadow_offset = Vector2( 1, 1 )
anti_aliasing_size = 2.0
[node name="OCPointsPanel" type="PanelContainer"]
margin_left = 12.0
margin_top = 12.0
margin_right = 151.0
margin_bottom = 92.0
size_flags_horizontal = 2
theme = ExtResource( 2 )
custom_styles/panel = SubResource( 4 )
script = ExtResource( 3 )
[node name="HBoxContainer" type="HBoxContainer" parent="."]
margin_left = 20.0
margin_top = 10.0
margin_right = 119.0
margin_bottom = 70.0
[node name="OCPoints" type="Label" parent="HBoxContainer"]
unique_name_in_owner = true
margin_top = 9.0
margin_right = 35.0
margin_bottom = 50.0
text = "12"
align = 1
valign = 1
[node name="TextureRect" type="TextureRect" parent="HBoxContainer"]
margin_left = 39.0
margin_right = 99.0
margin_bottom = 60.0
rect_min_size = Vector2( 60, 60 )
texture = ExtResource( 1 )
expand = true