2024-11-07 21:39:59 +01:00
|
|
|
[gd_scene load_steps=4 format=2]
|
2024-08-05 00:33:57 +02:00
|
|
|
|
2024-11-07 21:39:59 +01:00
|
|
|
[ext_resource path="res://backgounds/Midori Punishment.jpg" type="Texture" id=1]
|
|
|
|
[ext_resource path="res://levels/bottomhud.tscn" type="PackedScene" id=3]
|
|
|
|
[ext_resource path="res://fonts/start.tres" type="DynamicFont" id=4]
|
2024-08-05 00:33:57 +02:00
|
|
|
|
|
|
|
[node name="Punishment" type="Node2D"]
|
|
|
|
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
2024-11-07 21:39:59 +01:00
|
|
|
margin_right = 40.0
|
|
|
|
margin_bottom = 40.0
|
|
|
|
texture = ExtResource( 1 )
|
2024-08-05 00:33:57 +02:00
|
|
|
|
2024-11-07 21:39:59 +01:00
|
|
|
[node name="Label" type="Label" parent="."]
|
|
|
|
margin_left = 16.0
|
|
|
|
margin_top = 598.0
|
|
|
|
margin_right = 1263.0
|
|
|
|
margin_bottom = 703.0
|
|
|
|
custom_fonts/font = ExtResource( 4 )
|
2024-08-05 00:33:57 +02:00
|
|
|
text = "CUTSCENE_1_0"
|
2024-11-07 21:39:59 +01:00
|
|
|
align = 1
|
2024-08-05 00:33:57 +02:00
|
|
|
|
2024-11-07 21:39:59 +01:00
|
|
|
[node name="Bottomhud" parent="." instance=ExtResource( 3 )]
|