Test multi cube
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
extends MultiplayerSpawner
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
add_spawnable_scene("res://Stations/csg_box_3d.tscn")
|
||||
|
||||
|
||||
|
||||
func _process(delta: float) -> void:
|
||||
pass
|
||||
Reference in New Issue
Block a user