gae_platformer/scenes/end_screen.tscn

33 lines
895 B
Plaintext

[gd_scene format=3 uid="uid://cbjojcjcqiar8"]
[ext_resource type="Script" uid="uid://coasi1e17k3wq" path="res://scripts/end_screen.gd" id="1_endscreen"]
[node name="EndScreen" type="CanvasLayer" unique_id=1535256465]
script = ExtResource("1_endscreen")
[node name="TimeTaken" type="Label" parent="." unique_id=819347105]
offset_left = 457.0
offset_top = 268.0
offset_right = 621.0
offset_bottom = 291.0
text = "Your attempt took 0s"
[node name="CoinsCollected" type="Label" parent="." unique_id=124204138]
offset_left = 444.0
offset_top = 312.0
offset_right = 629.0
offset_bottom = 335.0
text = "you collected 0/10 coins"
[node name="Restart" type="Button" parent="." unique_id=635161693]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = 483.0
offset_top = 360.0
offset_right = -560.0
offset_bottom = -248.0
grow_horizontal = 2
grow_vertical = 2
text = "Start Over"