midori-school/backgounds/disclaimer.tscn
2024-05-10 18:35:07 -07:00

34 lines
1 KiB
Text

[gd_scene load_steps=4 format=3 uid="uid://bbvpwonm30j2j"]
[ext_resource type="Script" path="res://backgounds/disclaimer.gd" id="1_wnnd2"]
[ext_resource type="Texture2D" uid="uid://chr01sorihbb2" path="res://backgounds/Midori No Akuma.jpg" id="2_kljhy"]
[ext_resource type="PackedScene" uid="uid://d31udhuuwrajn" path="res://levels/bottomhud.tscn" id="3_sdx6y"]
[node name="Disclaimer" type="Node2D"]
script = ExtResource("1_wnnd2")
[node name="TextureRect" type="TextureRect" parent="."]
offset_right = 40.0
offset_bottom = 40.0
texture = ExtResource("2_kljhy")
[node name="Label" type="Label" parent="."]
offset_left = 23.0
offset_top = 11.0
offset_right = 1250.0
offset_bottom = 144.0
theme_override_font_sizes/font_size = 22
text = "TEXT_DISCLAIMER"
horizontal_alignment = 1
[node name="Label2" type="Label" parent="."]
offset_left = 30.0
offset_top = 361.0
offset_right = 1247.0
offset_bottom = 429.0
theme_override_font_sizes/font_size = 49
text = "TEXT_CONTINUE"
horizontal_alignment = 1
[node name="Bottomhud" parent="." instance=ExtResource("3_sdx6y")]