midori-school/backgounds/disclaimer.tscn

37 lines
1.1 KiB
Text
Raw Normal View History

2024-11-04 00:29:58 +01:00
[gd_scene load_steps=6 format=2]
2024-01-14 04:00:33 +01:00
2024-11-04 00:29:58 +01:00
[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]
2024-01-14 04:00:33 +01:00
[node name="Disclaimer" type="Node2D"]
2024-11-04 00:29:58 +01:00
script = ExtResource( 4 )
2024-01-14 04:00:33 +01:00
[node name="TextureRect" type="TextureRect" parent="."]
2024-11-04 00:29:58 +01:00
margin_right = 40.0
margin_bottom = 40.0
texture = ExtResource( 2 )
2024-01-14 04:00:33 +01:00
[node name="Label" type="Label" parent="."]
2024-11-04 00:29:58 +01:00
margin_left = 23.0
margin_top = 11.0
margin_right = 1250.0
margin_bottom = 144.0
custom_fonts/font = ExtResource( 3 )
2024-05-11 03:35:07 +02:00
text = "TEXT_DISCLAIMER"
2024-11-04 00:29:58 +01:00
align = 1
2024-01-14 04:00:33 +01:00
[node name="Label2" type="Label" parent="."]
2024-11-04 00:29:58 +01:00
margin_top = 326.0
margin_right = 1280.0
margin_bottom = 394.0
rect_pivot_offset = Vector2( 1260, 141 )
custom_fonts/font = ExtResource( 1 )
2024-05-11 03:35:07 +02:00
text = "TEXT_CONTINUE"
2024-11-04 00:29:58 +01:00
align = 1
valign = 3
2024-01-14 04:00:33 +01:00
2024-11-04 00:29:58 +01:00
[node name="Bottomhud" parent="." instance=ExtResource( 5 )]