Preliminary multiplayer capability (origin stuff disabled for now)

This commit is contained in:
Patrick Marsee 2025-09-24 18:08:12 -04:00
parent 73baafbd6c
commit f0c4263675
18 changed files with 704 additions and 99 deletions

6
demo/player_data.gd Normal file
View file

@ -0,0 +1,6 @@
extends Node
@export
var player1_index := 1
@export
var player2_index := 0