97bb53f6cd
Work-Package: M02-RND-CHARACTER-PRESENTATION-001 Agent: sindo-main-codex Tests: presentation/input/movement/terrain/camera regressions; coordinate/streaming/docs/coordination gates; renderer dry-run 7/7 Fidelity: preserves current sandbox model/outfit and Stand/Idle/Run/Walk behavior; build-12340 parity remains unverified
23 lines
952 B
Plaintext
23 lines
952 B
Plaintext
[gd_scene load_steps=5 format=3]
|
|
|
|
[ext_resource type="Script" path="res://src/scenes/player/third_person_wow_controller.gd" id="1_player"]
|
|
[ext_resource type="Script" path="res://src/scenes/player/third_person_camera_rig.gd" id="2_camera_rig"]
|
|
[ext_resource type="Script" path="res://src/scenes/character/character_appearance_presenter.gd" id="3_appearance"]
|
|
[ext_resource type="Script" path="res://src/scenes/character/character_animation_presenter.gd" id="4_animation"]
|
|
|
|
[node name="PlayerInputRegression" type="CharacterBody3D"]
|
|
script = ExtResource("1_player")
|
|
spawn_at_tile_center = false
|
|
|
|
[node name="Visual" type="Node3D" parent="."]
|
|
script = ExtResource("3_appearance")
|
|
character_model_path = ""
|
|
|
|
[node name="AnimationPresenter" type="Node" parent="Visual"]
|
|
script = ExtResource("4_animation")
|
|
|
|
[node name="CameraPivot" type="Node3D" parent="."]
|
|
script = ExtResource("2_camera_rig")
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="CameraPivot"]
|