23 lines
701 B
Text
23 lines
701 B
Text
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://backgounds/Midori Asgardius boom boom torofi.jpg" type="Texture" id=1]
|
|
[ext_resource path="res://levels/bottomhud.tscn" type="PackedScene" id=2]
|
|
[ext_resource path="res://fonts/start.tres" type="DynamicFont" id=3]
|
|
|
|
[node name="Boomboomtorofi" 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 = 63.0
|
|
margin_top = 109.0
|
|
margin_right = 1203.0
|
|
margin_bottom = 214.0
|
|
custom_fonts/font = ExtResource( 3 )
|
|
text = "CUTSCENE_0_5"
|
|
align = 1
|
|
|
|
[node name="Bottomhud" parent="." instance=ExtResource( 2 )]
|