-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathGridTextureRect.tscn
45 lines (39 loc) · 1.13 KB
/
GridTextureRect.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
[gd_scene load_steps=4 format=2]
[ext_resource path="res://GridTextureRect.gd" type="Script" id=1]
[sub_resource type="StyleBoxFlat" id=2]
content_margin_left = 10.0
content_margin_right = 10.0
content_margin_top = 10.0
content_margin_bottom = 10.0
bg_color = Color( 0, 0, 0, 0.588235 )
corner_radius_top_left = 5
corner_radius_top_right = 5
corner_radius_bottom_right = 5
corner_radius_bottom_left = 5
[sub_resource type="StyleBoxFlat" id=1]
draw_center = false
border_width_left = 4
border_width_top = 4
border_width_right = 4
border_width_bottom = 4
border_color = Color( 1, 0.717647, 0, 1 )
[node name="Background" type="PanelContainer"]
margin_right = 40.0
margin_bottom = 40.0
custom_styles/panel = SubResource( 2 )
script = ExtResource( 1 )
[node name="GridTextureRect" type="TextureRect" parent="."]
unique_name_in_owner = true
margin_left = 10.0
margin_top = 10.0
margin_right = 30.0
margin_bottom = 30.0
expand = true
stretch_mode = 5
[node name="Highlight" type="PanelContainer" parent="GridTextureRect"]
unique_name_in_owner = true
visible = false
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 2
custom_styles/panel = SubResource( 1 )