You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
2.1 KiB
Plaintext
51 lines
2.1 KiB
Plaintext
[gd_scene load_steps=10 format=3 uid="uid://eoydwrunmm5n"]
|
|
|
|
[ext_resource type="Script" path="res://script/manager/game_manager.gd" id="1_q2t80"]
|
|
[ext_resource type="Script" path="res://script/manager/level_manager.gd" id="2_ewhkj"]
|
|
[ext_resource type="Script" path="res://script/manager/character_manager.gd" id="4_oonkb"]
|
|
[ext_resource type="Script" path="res://script/manager/camera_manager.gd" id="4_yqiun"]
|
|
[ext_resource type="Script" path="res://script/editor_tool/editor_tool.gd" id="5_n3qhi"]
|
|
[ext_resource type="PackedScene" uid="uid://cc525u8auypjf" path="res://scene/ui/profile_screen.tscn" id="6_u1fxn"]
|
|
[ext_resource type="PackedScene" uid="uid://126wph4owvoy" path="res://scene/ui/hud_screen.tscn" id="7_gx646"]
|
|
[ext_resource type="Script" path="res://script/manager/effect_manager.gd" id="8_0jv87"]
|
|
[ext_resource type="Texture2D" uid="uid://bjv7f83tdgq17" path="res://render/texture/shape/explodeDecal.png" id="9_4x7bs"]
|
|
|
|
[node name="Root" type="Node3D"]
|
|
|
|
[node name="GameManager" type="Node3D" parent="."]
|
|
script = ExtResource("1_q2t80")
|
|
|
|
[node name="LevelManager" type="Node3D" parent="GameManager"]
|
|
script = ExtResource("2_ewhkj")
|
|
|
|
[node name="CameraManager" type="Camera3D" parent="GameManager"]
|
|
transform = Transform3D(1, 0, 0, 0, 0.707107, 0.707107, 0, -0.707107, 0.707107, 0, 4.01178, 2.85449)
|
|
projection = 1
|
|
current = true
|
|
size = 7.2
|
|
frustum_offset = Vector2(2, 0)
|
|
far = 20.0
|
|
script = ExtResource("4_yqiun")
|
|
|
|
[node name="CharacterManager" type="Node3D" parent="GameManager"]
|
|
script = ExtResource("4_oonkb")
|
|
|
|
[node name="EffectManager" type="Node3D" parent="GameManager"]
|
|
script = ExtResource("8_0jv87")
|
|
|
|
[node name="UIManager" type="Node3D" parent="GameManager"]
|
|
|
|
[node name="ProfileScreen" parent="GameManager/UIManager" instance=ExtResource("6_u1fxn")]
|
|
|
|
[node name="HudScreen" parent="GameManager/UIManager" instance=ExtResource("7_gx646")]
|
|
|
|
[node name="EditorTool" type="Node3D" parent="."]
|
|
script = ExtResource("5_n3qhi")
|
|
|
|
[node name="Decal" type="Decal" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.233297, 0.230601, 0)
|
|
size = Vector3(0.5, 0.36145, 0.5)
|
|
texture_albedo = ExtResource("9_4x7bs")
|
|
modulate = Color(0, 0, 0, 1)
|
|
cull_mask = 1
|