20 lines
507 B
Text
20 lines
507 B
Text
[gd_scene load_steps=2 format=3]
|
|
|
|
[ext_resource type="Script" path="res://scripts/main.gd" id="1"]
|
|
|
|
[node name="Main" type="Node2D"]
|
|
script = ExtResource("1")
|
|
|
|
[node name="BG" type="ColorRect" parent="."]
|
|
offset_right = 1152.0
|
|
offset_bottom = 648.0
|
|
color = Color(0.1, 0.15, 0.35, 1)
|
|
|
|
[node name="Title" type="Label" parent="."]
|
|
offset_left = 276.0
|
|
offset_top = 280.0
|
|
offset_right = 876.0
|
|
offset_bottom = 340.0
|
|
theme_override_font_sizes/font_size = 40
|
|
text = "Tell me what to make!"
|
|
horizontal_alignment = 1
|