[gd_scene load_steps=8 format=3 uid="uid://cagfc5ridmteu"] [ext_resource type="Script" uid="uid://d1f8blk5ucqvq" path="res://src/app/App.cs" id="1_rt73h"] [ext_resource type="PackedScene" uid="uid://rfvnddfqufho" path="res://src/menu/Menu.tscn" id="2_kvwo1"] [ext_resource type="PackedScene" uid="uid://bd0p761qakisw" path="res://src/menu/splash/Splash.tscn" id="3_3st5l"] [sub_resource type="Animation" id="Animation_3st5l"] length = 0.001 tracks/0/type = "value" tracks/0/imported = false tracks/0/enabled = true tracks/0/path = NodePath("BlankScreenControl/BlankScreen:color") tracks/0/interp = 1 tracks/0/loop_wrap = true tracks/0/keys = { "times": PackedFloat32Array(0), "transitions": PackedFloat32Array(1), "update": 0, "values": [Color(0, 0, 0, 1)] } [sub_resource type="Animation" id="Animation_1uiag"] resource_name = "fade_in" tracks/0/type = "value" tracks/0/imported = false tracks/0/enabled = true tracks/0/path = NodePath("BlankScreenControl/BlankScreen:color") tracks/0/interp = 1 tracks/0/loop_wrap = true tracks/0/keys = { "times": PackedFloat32Array(0, 1), "transitions": PackedFloat32Array(1, 1), "update": 0, "values": [Color(0, 0, 0, 1), Color(0, 0, 0, 0)] } [sub_resource type="Animation" id="Animation_v0mgf"] resource_name = "fade_out" tracks/0/type = "value" tracks/0/imported = false tracks/0/enabled = true tracks/0/path = NodePath("BlankScreenControl/BlankScreen:color") tracks/0/interp = 1 tracks/0/loop_wrap = true tracks/0/keys = { "times": PackedFloat32Array(0, 1), "transitions": PackedFloat32Array(1, 1), "update": 0, "values": [Color(0, 0, 0, 0), Color(0, 0, 0, 1)] } [sub_resource type="AnimationLibrary" id="AnimationLibrary_3st5l"] _data = { &"RESET": SubResource("Animation_3st5l"), &"fade_in": SubResource("Animation_1uiag"), &"fade_out": SubResource("Animation_v0mgf") } [node name="App" type="CanvasLayer"] process_mode = 3 script = ExtResource("1_rt73h") [node name="SubViewportContainer" type="SubViewportContainer" parent="."] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 stretch = true [node name="GameWindow" type="SubViewport" parent="SubViewportContainer"] unique_name_in_owner = true transparent_bg = true handle_input_locally = false audio_listener_enable_2d = true audio_listener_enable_3d = true size = Vector2i(1280, 960) render_target_update_mode = 4 [node name="Menu" parent="." instance=ExtResource("2_kvwo1")] unique_name_in_owner = true visible = false [node name="Splash" parent="." instance=ExtResource("3_3st5l")] unique_name_in_owner = true [node name="BlankScreenControl" type="Control" parent="."] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 [node name="BlankScreen" type="ColorRect" parent="BlankScreenControl"] unique_name_in_owner = true 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="AnimationPlayer" type="AnimationPlayer" parent="."] unique_name_in_owner = true libraries = { &"": SubResource("AnimationLibrary_3st5l") }