105 lines
2.8 KiB
Text
105 lines
2.8 KiB
Text
[gd_scene load_steps=8 format=3 uid="uid://daho024vlnt3h"]
|
|
|
|
[ext_resource type="Theme" uid="uid://cgpmko4d01n84" path="res://game/ui-theme/theme.tres" id="1_4r55f"]
|
|
[ext_resource type="Texture2D" uid="uid://dhgiarixq2okf" path="res://game/loading/FMOD Logo White - Black Background.png" id="2_5n0sq"]
|
|
[ext_resource type="Script" path="res://game/loading/Splash.gd" id="2_rvm1g"]
|
|
[ext_resource type="Texture2D" uid="uid://c6gbryv58xgdv" path="res://game/loading/godot.png" id="3_hgmgr"]
|
|
[ext_resource type="Texture2D" uid="uid://cawtw570l4la6" path="res://game/loading/inside-box.png" id="4_wju78"]
|
|
[ext_resource type="Texture2D" uid="uid://baphmmpgd4rj1" path="res://game/loading/GWJ-Full-Logo-noBG-2048.png" id="5_3rpwx"]
|
|
[ext_resource type="AudioStream" uid="uid://q5ujwp1gofbv" path="res://game/loading/gohh.wav" id="6_h1ekb"]
|
|
|
|
[node name="Splash" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme = ExtResource("1_4r55f")
|
|
script = ExtResource("2_rvm1g")
|
|
|
|
[node name="Background" type="ColorRect" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
color = Color(0, 0, 0, 1)
|
|
|
|
[node name="FMOD" type="TextureRect" parent="."]
|
|
texture_filter = 6
|
|
texture_repeat = 1
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
anchor_left = 1.0
|
|
anchor_top = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_left = -224.0
|
|
offset_top = -108.0
|
|
offset_right = -64.0
|
|
offset_bottom = -64.0
|
|
grow_horizontal = 0
|
|
grow_vertical = 0
|
|
texture = ExtResource("2_5n0sq")
|
|
expand_mode = 1
|
|
stretch_mode = 4
|
|
|
|
[node name="Godot" type="TextureRect" parent="."]
|
|
visible = false
|
|
texture_filter = 6
|
|
texture_repeat = 1
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -400.0
|
|
offset_top = -300.0
|
|
offset_right = 400.0
|
|
offset_bottom = 300.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
texture = ExtResource("3_hgmgr")
|
|
expand_mode = 1
|
|
|
|
[node name="InsideTheBox" type="TextureRect" parent="."]
|
|
visible = false
|
|
texture_filter = 6
|
|
texture_repeat = 1
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -140.0
|
|
offset_top = -196.0
|
|
offset_right = 140.0
|
|
offset_bottom = 196.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
texture = ExtResource("4_wju78")
|
|
expand_mode = 1
|
|
|
|
[node name="GWJ" type="TextureRect" parent="."]
|
|
texture_filter = 6
|
|
texture_repeat = 1
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
anchor_top = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_left = 44.0
|
|
offset_top = -335.0
|
|
offset_right = 364.0
|
|
offset_bottom = -15.0
|
|
grow_vertical = 0
|
|
texture = ExtResource("5_3rpwx")
|
|
expand_mode = 1
|
|
stretch_mode = 4
|
|
|
|
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
|
stream = ExtResource("6_h1ekb")
|
|
volume_db = -5.0
|