break-utopia/project/scenes/warning.tscn

47 lines
1.3 KiB
Text

[gd_scene format=3 uid="uid://bknapxxksll2t"]
[ext_resource type="Theme" uid="uid://2c3n2t1yxwlu" path="res://menu_theme.tres" id="1_8jokm"]
[sub_resource type="GDScript" id="GDScript_qoi3s"]
resource_name = "Warning"
script/source = "extends Control
func _ready():
await get_tree().create_timer(3.5).timeout
get_tree().change_scene_to_file(\"res://scenes/main_menu.tscn\")
"
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_qoi3s"]
bg_color = Color(0, 0, 0, 1)
[node name="Warning" type="Control" unique_id=1999658626]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme = ExtResource("1_8jokm")
script = SubResource("GDScript_qoi3s")
[node name="PanelContainer" type="PanelContainer" parent="." unique_id=475626592]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme_override_styles/panel = SubResource("StyleBoxFlat_qoi3s")
[node name="RichTextLabel" type="RichTextLabel" parent="." unique_id=1283973421]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
bbcode_enabled = true
text = "[b]SERIOUS FLASHING LIGHTS WARNING[/b]
This game contains rapid changes in the colour of scene lighting and large, bright VFX."
horizontal_alignment = 1
vertical_alignment = 1