5 lines
66 B
GDScript
5 lines
66 B
GDScript
extends Node2D
|
|
|
|
const MAX_HEALTH = 100.0
|
|
|
|
var health = MAX_HEALTH
|