1
0
Fork 0
1bit-godot-course/space-shooter/Scenes/Stages/MainMenu.tscn

41 lines
977 B
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://Fonts/PixelFont.tres" type="DynamicFont" id=1]
[ext_resource path="res://Scenes/Objects/Stars.tscn" type="PackedScene" id=2]
[ext_resource path="res://Scenes/Stages/MainMenu.gd" type="Script" id=3]
[node name="MainMenu" type="Node"]
script = ExtResource( 3 )
[node name="Background" type="ColorRect" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
color = Color( 0, 0, 0, 1 )
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="CenterContainer" type="CenterContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="CenterContainer"]
margin_left = 121.0
margin_top = 82.0
margin_right = 199.0
margin_bottom = 97.0
custom_fonts/font = ExtResource( 1 )
text = "Press Space to Start
Press ESC to exit"
align = 1
[node name="Stars" parent="." instance=ExtResource( 2 )]
position = Vector2( 320, 80 )