midori-school/backgounds/disclaimer.tscn

39 lines
1.3 KiB
Text
Raw Normal View History

2024-01-14 04:00:33 +01:00
[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://becayb0ro0bd4" path="res://backgounds/midoriasgardius.jpg" id="2_gghyy"]
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="Disclaimer" type="Node2D"]
script = ExtResource("1_wnnd2")
[node name="TextureRect" type="TextureRect" parent="."]
offset_right = 40.0
offset_bottom = 40.0
texture = ExtResource("2_gghyy")
[node name="Label" type="Label" parent="."]
modulate = Color(0, 0, 0, 1)
self_modulate = Color(0, 0, 0, 1)
2024-01-15 12:24:06 +01:00
offset_left = 514.0
offset_top = 105.0
offset_right = 1008.0
offset_bottom = 206.0
2024-01-16 00:44:33 +01:00
theme_override_font_sizes/font_size = 22
2024-01-15 12:24:06 +01:00
text = "Disclaimer
Playing with fireworks inside a videogame can give hours of fun,
but in real life is dangerous
Life assurance services exists only on fiction"
2024-01-14 04:00:33 +01:00
[node name="Label2" type="Label" parent="."]
modulate = Color(0, 0, 0, 1)
self_modulate = Color(0, 0, 0, 1)
offset_left = 346.0
offset_top = 361.0
2024-01-16 00:44:33 +01:00
offset_right = 1004.0
offset_bottom = 429.0
theme_override_font_sizes/font_size = 49
text = "Press Enter or B to continue"
2024-01-14 04:00:33 +01:00
[node name="Bottomhud" parent="." instance=ExtResource("3_sdx6y")]