Improved third person camera
This commit is contained in:
4
client/world/Terrain.gd
Normal file
4
client/world/Terrain.gd
Normal file
@ -0,0 +1,4 @@
|
||||
extends Terrain3D
|
||||
|
||||
func _ready():
|
||||
Global.terrain = self
|
Reference in New Issue
Block a user