Teams
This commit is contained in:
parent
af094878b9
commit
6d34205ba2
7 changed files with 31 additions and 2 deletions
|
|
@ -2,6 +2,8 @@ extends CharacterBody3D
|
|||
|
||||
class_name Player
|
||||
|
||||
@export var team: Session.TEAMS
|
||||
|
||||
const MAX_HP = 100
|
||||
|
||||
@export var hp: int = 100:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue