This commit is contained in:
Nicholas Butzke
2026-08-02 02:20:02 -04:00
parent 61669627db
commit 922983429e
226 changed files with 34032 additions and 18521 deletions
@@ -18,7 +18,12 @@ func _ready() -> void:
LevelEnvironment.add_to(self)
LevelMaterials.apply_toon_recursive(self, 0.0)
# The play volume. The arena is 3 x 5 sectors of 24 m, so 72 x 120; this is
# generous around that and deep enough below it that falling off an edge
# reads as out of bounds rather than as an endless drop.
CombatArea.add_to(self, Vector3(120, 80, 170), Vector3(0, 28, 0))
# Multiplayer Spawning
var spawner = MultiplayerSpawner.new()
spawner.name = "PlayerSpawner"