Jam10/Scenes/TitleScreen/StartGame.tscn

26 lines
651 B
Plaintext
Raw Normal View History

2023-01-30 01:14:42 +00:00
[gd_scene load_steps=3 format=2]
[ext_resource path="res://Graphics/Fonts/CC Wild Words Roman.ttf" type="DynamicFontData" id=1]
[sub_resource type="DynamicFont" id=1]
size = 48
font_data = ExtResource( 1 )
[node name="MenuButton" type="Button"]
margin_right = 784.0
margin_bottom = 20.0
flat = true
[node name="Label" type="Label" parent="."]
margin_right = 40.0
margin_bottom = 14.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
}