Added buch of stuff
This commit is contained in:
6
nodes/world/Terrain.gd
Normal file
6
nodes/world/Terrain.gd
Normal file
@@ -0,0 +1,6 @@
|
||||
class_name Terrain extends VoxelTerrain
|
||||
|
||||
static var instance:Terrain
|
||||
|
||||
func _init() -> void:
|
||||
instance = self
|
||||
Reference in New Issue
Block a user