1
Fork 0
mirror of https://github.com/Steffo99/looping-for-loops.git synced 2024-11-22 08:04:23 +00:00
looping-for-loops/Objects/Lose.tscn

33 lines
785 B
Text
Raw Normal View History

2020-10-05 21:54:45 +00:00
[gd_scene load_steps=4 format=2]
[ext_resource path="res://Fonts/LiberationMono-Bold.ttf" type="DynamicFontData" id=1]
[ext_resource path="res://Objects/ScrollingObjects/PlayButton.tscn" type="PackedScene" id=2]
[sub_resource type="DynamicFont" id=2]
size = 80
font_data = ExtResource( 1 )
[node name="Control" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
rect_pivot_offset = Vector2( -280, -360 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="."]
margin_right = 1280.0
margin_bottom = 520.0
custom_fonts/font = SubResource( 2 )
text = "You died..."
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Button" parent="." instance=ExtResource( 2 )]
margin_left = 400.0
margin_right = 880.0
text = "Play again"