midori-school/backgounds/result.tscn

40 lines
1.1 KiB
Text
Raw Normal View History

2024-11-07 21:39:59 +01:00
[gd_scene load_steps=6 format=2]
2023-12-26 22:25:50 +01:00
2024-11-07 21:39:59 +01:00
[ext_resource path="res://fonts/selftest.tres" type="DynamicFont" id=1]
[ext_resource path="res://fonts/about.tres" type="DynamicFont" id=2]
[ext_resource path="res://backgounds/Midori No Akuma.jpg" type="Texture" id=3]
[ext_resource path="res://levels/bottomhud.tscn" type="PackedScene" id=4]
[ext_resource path="res://backgounds/result.gd" type="Script" id=5]
2023-12-26 22:25:50 +01:00
[node name="Result" type="Node2D"]
2024-11-07 21:39:59 +01:00
script = ExtResource( 5 )
2023-12-26 22:25:50 +01:00
[node name="TextureRect" type="TextureRect" parent="."]
2024-11-07 21:39:59 +01:00
margin_right = 40.0
margin_bottom = 40.0
texture = ExtResource( 3 )
2023-12-26 22:25:50 +01:00
[node name="Label" type="Label" parent="."]
2024-11-07 21:39:59 +01:00
margin_left = 825.0
margin_top = 11.0
margin_right = 1172.0
margin_bottom = 144.0
custom_fonts/font = ExtResource( 2 )
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="."]
2024-11-07 21:39:59 +01:00
margin_top = 326.0
margin_right = 1280.0
margin_bottom = 394.0
rect_pivot_offset = Vector2( 1260, 141 )
custom_fonts/font = ExtResource( 1 )
2024-07-24 21:42:16 +02:00
text = "TEXT_CONTINUE"
2024-11-07 21:39:59 +01:00
align = 1
valign = 3
2024-01-14 04:00:33 +01:00
2024-11-07 21:39:59 +01:00
[node name="Bottomhud" parent="." instance=ExtResource( 4 )]