6 lines
66 B
GDScript3
6 lines
66 B
GDScript3
|
extends Node2D
|
||
|
|
||
|
const MAX_HEALTH = 100.0
|
||
|
|
||
|
var health = MAX_HEALTH
|