From: Clifton Palmer Date: Sat, 14 Dec 2024 10:15:16 +0000 (+0200) Subject: Updated project name and NPC tracking point X-Git-Url: http://git.purplebirdman.com/william-skin.git/commitdiff_plain/6984a7addc04989d29e607df8a5f27d43b6954a0?ds=sidebyside Updated project name and NPC tracking point --- 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"