Jam10/Scenes/TitleScreen/StartGame.tscn

33 lines
763 B
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://Fonts/luckiest-guy/LuckiestGuy.ttf" type="DynamicFontData" id=1]
[sub_resource type="DynamicFont" id=1]
size = 48
font_data = ExtResource( 1 )
[node name="MenuButton" type="Button"]
margin_left = 3.0
margin_top = 3.0
margin_right = 787.0
margin_bottom = 23.0
flat = true
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="."]
margin_left = 37.0
margin_top = 16.0
margin_right = 397.0
margin_bottom = 76.0
rect_min_size = Vector2( 360, 60 )
custom_colors/font_color_shadow = Color( 0, 0, 0, 1 )
custom_constants/shadow_offset_x = 0
custom_constants/shadow_offset_y = 5
custom_fonts/font = SubResource( 1 )
text = "Start Game"
__meta__ = {
"_edit_use_anchors_": false
}