midori-school/backgounds/wip.tscn

33 lines
1,005 B
Text
Raw Permalink Normal View History

2024-01-14 04:00:33 +01:00
[gd_scene load_steps=4 format=3 uid="uid://ctp1qc3xlecob"]
[ext_resource type="Script" path="res://backgounds/wip.gd" id="1_1qonj"]
2024-01-19 02:48:43 +01:00
[ext_resource type="Texture2D" uid="uid://chr01sorihbb2" path="res://backgounds/Midori No Akuma.jpg" id="2_lrfja"]
2024-01-16 13:58:17 +01:00
[ext_resource type="PackedScene" uid="uid://d31udhuuwrajn" path="res://levels/bottomhud.tscn" id="3_sdx6y"]
2024-01-14 04:00:33 +01:00
[node name="WIP" type="Node2D"]
script = ExtResource("1_1qonj")
[node name="TextureRect" type="TextureRect" parent="."]
offset_right = 40.0
offset_bottom = 40.0
2024-01-19 02:48:43 +01:00
texture = ExtResource("2_lrfja")
2024-01-14 04:00:33 +01:00
[node name="Label" type="Label" parent="."]
2024-05-11 03:35:07 +02:00
offset_left = 20.0
2024-02-06 01:22:23 +01:00
offset_top = 33.0
2024-05-11 03:35:07 +02:00
offset_right = 1271.0
2024-02-06 01:22:23 +01:00
offset_bottom = 82.0
2024-05-11 03:35:07 +02:00
text = "TEXT_WIP"
horizontal_alignment = 1
2024-01-14 04:00:33 +01:00
[node name="Label2" type="Label" parent="."]
2024-05-11 03:35:07 +02:00
offset_left = 30.0
2024-01-14 04:00:33 +01:00
offset_top = 361.0
2024-05-11 03:35:07 +02:00
offset_right = 1247.0
2024-01-16 00:44:33 +01:00
offset_bottom = 429.0
theme_override_font_sizes/font_size = 49
2024-05-11 03:35:07 +02:00
text = "TEXT_CONTINUE"
horizontal_alignment = 1
2024-01-14 04:00:33 +01:00
[node name="Bottomhud" parent="." instance=ExtResource("3_sdx6y")]