first Prototype
This commit is contained in:
parent
e11825c698
commit
35ce267482
481 changed files with 17315 additions and 1 deletions
7
scenes/camera/UI/playerSelectionButton.gd
Normal file
7
scenes/camera/UI/playerSelectionButton.gd
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
extends CheckBox
|
||||
|
||||
var player: Player
|
||||
|
||||
func setPlayer(_player: Player) -> void:
|
||||
text = _player.gameName
|
||||
player = _player
|
||||
Loading…
Add table
Add a link
Reference in a new issue