31 lines
1 KiB
Text
31 lines
1 KiB
Text
[gd_scene load_steps=4 format=3 uid="uid://ctp1qc3xlecob"]
|
|
|
|
[ext_resource type="Script" path="res://backgounds/wip.gd" id="1_1qonj"]
|
|
[ext_resource type="Texture2D" uid="uid://chr01sorihbb2" path="res://backgounds/Midori No Akuma.jpg" id="2_lrfja"]
|
|
[ext_resource type="PackedScene" uid="uid://d31udhuuwrajn" path="res://levels/bottomhud.tscn" id="3_sdx6y"]
|
|
|
|
[node name="WIP" type="Node2D"]
|
|
script = ExtResource("1_1qonj")
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
texture = ExtResource("2_lrfja")
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
offset_left = 444.0
|
|
offset_top = 33.0
|
|
offset_right = 938.0
|
|
offset_bottom = 82.0
|
|
text = "This game is under developmnt
|
|
More content will be added in following releases"
|
|
|
|
[node name="Label2" type="Label" parent="."]
|
|
offset_left = 346.0
|
|
offset_top = 361.0
|
|
offset_right = 1004.0
|
|
offset_bottom = 429.0
|
|
theme_override_font_sizes/font_size = 49
|
|
text = "Press Enter or B to continue"
|
|
|
|
[node name="Bottomhud" parent="." instance=ExtResource("3_sdx6y")]
|