6 lines
76 B
GDScript
6 lines
76 B
GDScript
extends Node
|
|
|
|
@export
|
|
var player1_index := 1
|
|
@export
|
|
var player2_index := 0
|