Improved third person camera

This commit is contained in:
2024-02-21 20:15:11 +01:00
parent 4e632608e1
commit ffe3142937
10 changed files with 137 additions and 134 deletions

4
client/world/Terrain.gd Normal file
View File

@ -0,0 +1,4 @@
extends Terrain3D
func _ready():
Global.terrain = self