4 lines
56 B
GDScript3
4 lines
56 B
GDScript3
|
extends Terrain3D
|
||
|
|
||
|
func _ready():
|
||
|
Global.terrain = self
|