|
|
@@ -3,9 +3,9 @@
|
|
|
|
[ext_resource type="Script" uid="uid://yi6lawwjgocg" path="res://src/scenes/streaming/streaming_world_loader.gd" id="1_stream"]
|
|
|
|
[ext_resource type="Script" uid="uid://yi6lawwjgocg" path="res://src/scenes/streaming/streaming_world_loader.gd" id="1_stream"]
|
|
|
|
[ext_resource type="Script" uid="uid://ltn2ko5kxvo4" path="res://src/scenes/player/third_person_wow_controller.gd" id="2_player"]
|
|
|
|
[ext_resource type="Script" uid="uid://ltn2ko5kxvo4" path="res://src/scenes/player/third_person_wow_controller.gd" id="2_player"]
|
|
|
|
[ext_resource type="Script" uid="uid://didjth34ut0v1" path="res://src/scenes/sky/wow_sky_controller.gd" id="3_sky"]
|
|
|
|
[ext_resource type="Script" uid="uid://didjth34ut0v1" path="res://src/scenes/sky/wow_sky_controller.gd" id="3_sky"]
|
|
|
|
[ext_resource type="Script" path="res://src/scenes/player/third_person_camera_rig.gd" id="4_camera_rig"]
|
|
|
|
[ext_resource type="Script" uid="uid://cq60al4uw0mgo" path="res://src/scenes/player/third_person_camera_rig.gd" id="4_camera_rig"]
|
|
|
|
[ext_resource type="Script" path="res://src/scenes/character/character_appearance_presenter.gd" id="5_appearance"]
|
|
|
|
[ext_resource type="Script" uid="uid://bhqbo1ftrt3a3" path="res://src/scenes/character/character_appearance_presenter.gd" id="5_appearance"]
|
|
|
|
[ext_resource type="Script" path="res://src/scenes/character/character_animation_presenter.gd" id="6_animation"]
|
|
|
|
[ext_resource type="Script" uid="uid://c2jnn0e3mmymc" path="res://src/scenes/character/character_animation_presenter.gd" id="6_animation"]
|
|
|
|
|
|
|
|
|
|
|
|
[sub_resource type="CapsuleShape3D" id="PlayerCapsuleShape_1"]
|
|
|
|
[sub_resource type="CapsuleShape3D" id="PlayerCapsuleShape_1"]
|
|
|
|
radius = 0.45
|
|
|
|
radius = 0.45
|
|
|
@@ -99,6 +99,7 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 16800, 80, 26400)
|
|
|
|
script = ExtResource("2_player")
|
|
|
|
script = ExtResource("2_player")
|
|
|
|
spawn_tile_x = 31
|
|
|
|
spawn_tile_x = 31
|
|
|
|
spawn_tile_y = 49
|
|
|
|
spawn_tile_y = 49
|
|
|
|
|
|
|
|
movement_profile_id = "Blizzlike335"
|
|
|
|
|
|
|
|
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="ThirdPersonPlayer" unique_id=1297880621]
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="ThirdPersonPlayer" unique_id=1297880621]
|
|
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.05, 0)
|
|
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.05, 0)
|
|
|
@@ -109,7 +110,7 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.05, 0)
|
|
|
|
mesh = SubResource("PlayerCapsuleMesh_1")
|
|
|
|
mesh = SubResource("PlayerCapsuleMesh_1")
|
|
|
|
script = ExtResource("5_appearance")
|
|
|
|
script = ExtResource("5_appearance")
|
|
|
|
|
|
|
|
|
|
|
|
[node name="AnimationPresenter" type="Node" parent="ThirdPersonPlayer/Visual"]
|
|
|
|
[node name="AnimationPresenter" type="Node" parent="ThirdPersonPlayer/Visual" unique_id=2131488264]
|
|
|
|
script = ExtResource("6_animation")
|
|
|
|
script = ExtResource("6_animation")
|
|
|
|
|
|
|
|
|
|
|
|
[node name="CameraPivot" type="Node3D" parent="ThirdPersonPlayer" unique_id=499263249]
|
|
|
|
[node name="CameraPivot" type="Node3D" parent="ThirdPersonPlayer" unique_id=499263249]
|
|
|
|