Init commit
This commit is contained in:
7
godot/scenes/maps/base/single_spawn_controller.gd
Normal file
7
godot/scenes/maps/base/single_spawn_controller.gd
Normal file
@ -0,0 +1,7 @@
|
||||
extends Node3D
|
||||
|
||||
var busy: bool = false
|
||||
|
||||
func choose_spawn_location() -> Vector3:
|
||||
busy = true
|
||||
return global_position
|
Reference in New Issue
Block a user