Test multi cube

This commit is contained in:
JonShard
2026-07-28 21:16:35 +02:00
parent a2bad29f2a
commit 59c62b73e6
4 changed files with 22 additions and 5 deletions
+10
View File
@@ -0,0 +1,10 @@
extends MultiplayerSpawner
func _ready() -> void:
add_spawnable_scene("res://Stations/csg_box_3d.tscn")
func _process(delta: float) -> void:
pass