-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMainScreen.tscn
37 lines (31 loc) · 1 KB
/
MainScreen.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
[gd_scene load_steps=4 format=2]
[ext_resource path="res://MainScreen.gd" type="Script" id=1]
[ext_resource path="res://ka1.ttf" type="DynamicFontData" id=2]
[sub_resource type="DynamicFont" id=1]
size = 96
font_data = ExtResource( 2 )
[node name="MainScreen" type="CenterContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 1 )
[node name="VBoxContainer" type="VBoxContainer" parent="."]
margin_left = 212.0
margin_top = 163.0
margin_right = 812.0
margin_bottom = 437.0
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="RichTextLabel" type="RichTextLabel" parent="VBoxContainer"]
margin_right = 600.0
margin_bottom = 250.0
rect_min_size = Vector2( 600, 250 )
custom_fonts/normal_font = SubResource( 1 )
bbcode_enabled = true
bbcode_text = "[center][rainbow][wave]Shmup Tuto[/wave][/rainbow][/center]"
text = "Shmup Tuto"
[node name="ButtonStart" type="Button" parent="VBoxContainer"]
unique_name_in_owner = true
margin_top = 254.0
margin_right = 600.0
margin_bottom = 274.0
text = "START"