Jam10/Scenes/TitleScreen/StartGame.tscn

33 lines
763 B
Plaintext
Raw Permalink Normal View History

2023-01-30 01:14:42 +00:00
[gd_scene load_steps=3 format=2]
2023-01-30 06:20:01 +00:00
[ext_resource path="res://Fonts/luckiest-guy/LuckiestGuy.ttf" type="DynamicFontData" id=1]
2023-01-30 01:14:42 +00:00
[sub_resource type="DynamicFont" id=1]
size = 48
font_data = ExtResource( 1 )
[node name="MenuButton" type="Button"]
2023-01-30 06:20:01 +00:00
margin_left = 3.0
margin_top = 3.0
margin_right = 787.0
margin_bottom = 23.0
2023-01-30 01:14:42 +00:00
flat = true
2023-01-30 06:20:01 +00:00
__meta__ = {
"_edit_use_anchors_": false
}
2023-01-30 01:14:42 +00:00
[node name="Label" type="Label" parent="."]
2023-01-30 06:20:01 +00:00
margin_left = 37.0
margin_top = 16.0
margin_right = 397.0
margin_bottom = 76.0
2023-01-30 01:14:42 +00:00
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
}