Preliminary multiplayer capability (origin stuff disabled for now)
This commit is contained in:
parent
73baafbd6c
commit
f0c4263675
18 changed files with 704 additions and 99 deletions
6
demo/player_data.gd
Normal file
6
demo/player_data.gd
Normal file
|
@ -0,0 +1,6 @@
|
|||
extends Node
|
||||
|
||||
@export
|
||||
var player1_index := 1
|
||||
@export
|
||||
var player2_index := 0
|
Loading…
Add table
Add a link
Reference in a new issue