33 lines
881 B
Plaintext
Executable File
33 lines
881 B
Plaintext
Executable File
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://Menu/ARIAL.TTF" type="DynamicFontData" id=1]
|
|
[ext_resource path="res://Menu/Buttons/StartButton.gd" type="Script" id=2]
|
|
|
|
[sub_resource type="DynamicFont" id=1]
|
|
size = 48
|
|
font_data = ExtResource( 1 )
|
|
|
|
[node name="Start Game" type="Button"]
|
|
margin_right = 1680.0
|
|
margin_bottom = 20.0
|
|
rect_min_size = Vector2( 360, 60 )
|
|
flat = true
|
|
script = ExtResource( 2 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
scene_to_load = "res://Scenes/LevelOne.tscn"
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
custom_fonts/font = SubResource( 1 )
|
|
custom_colors/font_color_shadow = Color( 0.00784314, 0.0235294, 1, 1 )
|
|
custom_constants/shadow_offset_x = 0
|
|
custom_constants/shadow_offset_y = 4
|
|
text = "Start game"
|
|
uppercase = true
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|