From 6984a7addc04989d29e607df8a5f27d43b6954a0 Mon Sep 17 00:00:00 2001 From: Clifton Palmer Date: Sat, 14 Dec 2024 12:15:16 +0200 Subject: [PATCH] Updated project name and NPC tracking point --- player/player.tscn | 1 + project.godot | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/player/player.tscn b/player/player.tscn index 2da16ee..23bc7e7 100644 --- a/player/player.tscn +++ b/player/player.tscn @@ -45,6 +45,7 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0) shape = SubResource("CapsuleShape3D_sdmc3") [node name="npcTrackPoint" type="Node3D" parent="WilliamSkin/Area3D" groups=["npc-headTrack"]] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.73936, 0) [node name="cameraPivot" type="Node3D" parent="."] diff --git a/project.godot b/project.godot index ff5b0c0..a00e278 100644 --- a/project.godot +++ b/project.godot @@ -10,7 +10,7 @@ config_version=5 [application] -config/name="william-skin" +config/name="William" run/main_scene="res://test/test.tscn" config/features=PackedStringArray("4.3", "Forward Plus") config/icon="res://icon.svg" -- 2.47.2