12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- [gd_scene load_steps=7 format=2]
- [sub_resource type="DynamicFontData" id=1]
- font_path = "res://dodge_assets/fonts/Xolonium-Regular.ttf"
- [sub_resource type="DynamicFont" id=2]
- size = 64
- outline_size = 1
- outline_color = Color( 0, 0, 0, 1 )
- font_data = SubResource( 1 )
- [sub_resource type="DynamicFontData" id=3]
- font_path = "res://dodge_assets/fonts/Xolonium-Regular.ttf"
- [sub_resource type="DynamicFont" id=4]
- size = 80
- font_data = SubResource( 3 )
- [sub_resource type="DynamicFontData" id=5]
- font_path = "res://dodge_assets/fonts/Xolonium-Regular.ttf"
- [sub_resource type="DynamicFont" id=6]
- size = 32
- font_data = SubResource( 5 )
- [node name="HUD" type="CanvasLayer"]
- [node name="ScoreLabel" type="Label" parent="."]
- anchor_right = 1.0
- margin_bottom = 78.0
- custom_fonts/font = SubResource( 2 )
- text = "0"
- align = 1
- [node name="MessageLabel" type="Label" parent="."]
- anchor_top = 0.5
- anchor_right = 1.0
- anchor_bottom = 0.5
- margin_top = -148.5
- margin_bottom = 148.5
- custom_fonts/font = SubResource( 4 )
- text = "Dodge the creeps!"
- align = 1
- autowrap = true
- [node name="StartButton" type="Button" parent="."]
- anchor_left = 0.5
- anchor_top = 1.0
- anchor_right = 0.5
- anchor_bottom = 1.0
- margin_left = -172.0
- margin_top = -200.0
- margin_right = 172.0
- margin_bottom = -100.0
- custom_fonts/font = SubResource( 6 )
- text = "Start"
- [node name="MessageTimer" type="Timer" parent="."]
|