2023-12-26 22:25:50 +01:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://dq8vnuy2g3ewv"]
|
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://backgounds/result.gd" id="1_ejbiw"]
|
2024-01-14 04:00:33 +01:00
|
|
|
[ext_resource type="Texture2D" uid="uid://becayb0ro0bd4" path="res://backgounds/midoriasgardius.jpg" id="2_gghyy"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://wovn8m050haq" path="res://levels/bottomhud.tscn" id="3_sdx6y"]
|
2023-12-26 22:25:50 +01:00
|
|
|
|
|
|
|
[node name="Result" type="Node2D"]
|
|
|
|
script = ExtResource("1_ejbiw")
|
|
|
|
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
|
|
|
offset_right = 40.0
|
|
|
|
offset_bottom = 40.0
|
2024-01-14 04:00:33 +01:00
|
|
|
texture = ExtResource("2_gghyy")
|
2023-12-26 22:25:50 +01:00
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
|
|
modulate = Color(0, 0, 0, 1)
|
|
|
|
self_modulate = Color(0, 0, 0, 1)
|
2024-01-14 04:00:33 +01:00
|
|
|
offset_left = 559.0
|
|
|
|
offset_top = 68.0
|
2024-01-16 00:44:33 +01:00
|
|
|
offset_right = 963.0
|
|
|
|
offset_bottom = 230.0
|
|
|
|
theme_override_font_sizes/font_size = 21
|
2024-01-14 04:00:33 +01:00
|
|
|
text = "Defeated enemies: 0
|
|
|
|
Clear time: 0
|
|
|
|
Charged skill uses: 0
|
|
|
|
Damage received: 0
|
|
|
|
Earned experience: 0"
|
2023-12-26 22:25:50 +01:00
|
|
|
|
|
|
|
[node name="Label2" type="Label" parent="."]
|
|
|
|
modulate = Color(0, 0, 0, 1)
|
|
|
|
self_modulate = Color(0, 0, 0, 1)
|
|
|
|
offset_left = 346.0
|
|
|
|
offset_top = 361.0
|
2024-01-16 00:44:33 +01:00
|
|
|
offset_right = 1004.0
|
|
|
|
offset_bottom = 429.0
|
|
|
|
theme_override_font_sizes/font_size = 49
|
2024-01-14 04:00:33 +01:00
|
|
|
text = "Press Enter or B to continue"
|
|
|
|
|
|
|
|
[node name="Bottomhud" parent="." instance=ExtResource("3_sdx6y")]
|