midori-school/backgounds/disclaimer.tscn
2024-11-03 16:29:58 -07:00

36 lines
1.1 KiB
Text

[gd_scene load_steps=6 format=2]
[ext_resource path="res://fonts/selftest.tres" type="DynamicFont" id=1]
[ext_resource path="res://backgounds/Midori No Akuma.jpg" type="Texture" id=2]
[ext_resource path="res://fonts/about.tres" type="DynamicFont" id=3]
[ext_resource path="res://backgounds/disclaimer.gd" type="Script" id=4]
[ext_resource path="res://levels/bottomhud.tscn" type="PackedScene" id=5]
[node name="Disclaimer" type="Node2D"]
script = ExtResource( 4 )
[node name="TextureRect" type="TextureRect" parent="."]
margin_right = 40.0
margin_bottom = 40.0
texture = ExtResource( 2 )
[node name="Label" type="Label" parent="."]
margin_left = 23.0
margin_top = 11.0
margin_right = 1250.0
margin_bottom = 144.0
custom_fonts/font = ExtResource( 3 )
text = "TEXT_DISCLAIMER"
align = 1
[node name="Label2" type="Label" parent="."]
margin_top = 326.0
margin_right = 1280.0
margin_bottom = 394.0
rect_pivot_offset = Vector2( 1260, 141 )
custom_fonts/font = ExtResource( 1 )
text = "TEXT_CONTINUE"
align = 1
valign = 3
[node name="Bottomhud" parent="." instance=ExtResource( 5 )]