49 lines
2.4 KiB
Plaintext
49 lines
2.4 KiB
Plaintext
|
[gd_scene load_steps=12 format=3 uid="uid://dygvcmykn02n8"]
|
||
|
|
||
|
[ext_resource type="PackedScene" uid="uid://d0mnndg67dru1" path="res://scene/ground/parallax_background.tscn" id="1_f7g4d"]
|
||
|
[ext_resource type="Script" path="res://scene/main.gd" id="1_pks84"]
|
||
|
[ext_resource type="PackedScene" uid="uid://3gk1gxwanw24" path="res://ui/vignette/vignette_shading.tscn" id="2_d1re1"]
|
||
|
[ext_resource type="PackedScene" uid="uid://dmkt1roqc4he7" path="res://scene/dialog/dialog_container.tscn" id="3_prpss"]
|
||
|
[ext_resource type="PackedScene" uid="uid://dc778gsjfr3ky" path="res://scene/hud/prop_hud.tscn" id="4_t7gb2"]
|
||
|
[ext_resource type="PackedScene" uid="uid://5g07x6q7wwr1" path="res://scene/notification/notification.tscn" id="5_3gg5t"]
|
||
|
[ext_resource type="PackedScene" uid="uid://cekhj65axie0p" path="res://scene/popup/prop_inspector_2d.tscn" id="5_ux0rw"]
|
||
|
[ext_resource type="PackedScene" uid="uid://cjhw5ecygrqty" path="res://scene/player/player_2d.tscn" id="6_6geb0"]
|
||
|
[ext_resource type="PackedScene" uid="uid://cqkeegrcdjyg4" path="res://scene/camera/camera_focus_marker.tscn" id="7_n7qcv"]
|
||
|
[ext_resource type="PackedScene" uid="uid://ogyvstscr0kx" path="res://scene/camera/main_camera.tscn" id="8_nj084"]
|
||
|
[ext_resource type="PackedScene" uid="uid://02lmmldikfar" path="res://scene/ground/parallax_foreground.tscn" id="11_anxqu"]
|
||
|
|
||
|
[node name="Main" type="Node2D"]
|
||
|
script = ExtResource("1_pks84")
|
||
|
|
||
|
[node name="ParallaxBackground" parent="." instance=ExtResource("1_f7g4d")]
|
||
|
|
||
|
[node name="UILayer" type="CanvasLayer" parent="."]
|
||
|
layer = 5
|
||
|
|
||
|
[node name="HUD2D" parent="UILayer" instance=ExtResource("4_t7gb2")]
|
||
|
scale = Vector2(0.24, 0.24)
|
||
|
mouse_filter = 0
|
||
|
|
||
|
[node name="DialogLayer" parent="UILayer" instance=ExtResource("3_prpss")]
|
||
|
offset_top = -134.0
|
||
|
mouse_filter = 2
|
||
|
|
||
|
[node name="Notification" parent="UILayer" instance=ExtResource("5_3gg5t")]
|
||
|
mouse_filter = 2
|
||
|
|
||
|
[node name="VignetteShading" parent="." instance=ExtResource("2_d1re1")]
|
||
|
|
||
|
[node name="PropInspector2D" parent="." instance=ExtResource("5_ux0rw")]
|
||
|
|
||
|
[node name="Player2D" parent="." instance=ExtResource("6_6geb0")]
|
||
|
unique_name_in_owner = true
|
||
|
|
||
|
[node name="CameraFocusMarker" parent="Player2D" instance=ExtResource("7_n7qcv")]
|
||
|
unique_name_in_owner = true
|
||
|
|
||
|
[node name="MainCamera" parent="Player2D/CameraFocusMarker" instance=ExtResource("8_nj084")]
|
||
|
unique_name_in_owner = true
|
||
|
position = Vector2(1, 0)
|
||
|
|
||
|
[node name="ParallaxForeground" parent="." instance=ExtResource("11_anxqu")]
|