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

35 lines
976 B
Text

[gd_scene load_steps=5 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]
[ext_resource path="res://Sprites/wall-clocks.png" type="Texture" id=3]
[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 )
[node name="Background" type="Sprite" parent="."]
modulate = Color( 0.101961, 0.0627451, 0.027451, 1 )
position = Vector2( 640, 360 )
texture = ExtResource( 3 )
[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"