24 lines
729 B
Text
24 lines
729 B
Text
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://backgounds/Destroyed house.jpg" type="Texture" id=1]
|
|
[ext_resource path="res://fonts/start.tres" type="DynamicFont" id=2]
|
|
[ext_resource path="res://levels/bottomhud.tscn" type="PackedScene" id=3]
|
|
|
|
[node name="Destroyedhouse" type="Node2D"]
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
|
margin_right = 40.0
|
|
margin_bottom = 40.0
|
|
texture = ExtResource( 1 )
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
margin_left = 13.0
|
|
margin_top = 26.0
|
|
margin_right = 1260.0
|
|
margin_bottom = 131.0
|
|
custom_colors/font_color = Color( 0, 0, 0, 1 )
|
|
custom_fonts/font = ExtResource( 2 )
|
|
text = "CUTSCENE_5_0"
|
|
align = 1
|
|
|
|
[node name="Bottomhud" parent="." instance=ExtResource( 3 )]
|