-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNextShapePanel.tscn
33 lines (26 loc) · 925 Bytes
/
NextShapePanel.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
[gd_scene load_steps=4 format=2]
[ext_resource path="res://obj/Roboto-Regular.ttf" type="DynamicFontData" id=1]
[ext_resource path="res://obj/shapes_sheet_notransp.png" type="Texture" id=2]
[sub_resource type="DynamicFont" id=1]
size = 15
font_data = ExtResource( 1 )
[node name="NextShapePanel" type="Node2D"]
[node name="VBoxContainer" type="VBoxContainer" parent="."]
margin_right = 40.0
margin_bottom = 40.0
[node name="RichTextLabel" type="RichTextLabel" parent="VBoxContainer"]
margin_right = 180.0
margin_bottom = 50.0
rect_min_size = Vector2( 180, 50 )
custom_fonts/normal_font = SubResource( 1 )
bbcode_enabled = true
bbcode_text = "Next Shape:"
text = "Next Shape:"
[node name="Control" type="Control" parent="VBoxContainer"]
margin_top = 54.0
margin_right = 180.0
margin_bottom = 54.0
[node name="Sprite" type="Sprite" parent="VBoxContainer/Control"]
texture = ExtResource( 2 )
centered = false
hframes = 7