This repository has been archived on 2020-09-30. You can view files and clone it, but cannot push or open issues or pull requests.
odyssey-old/Actors/Player/BodyPart.gd

6 lines
66 B
GDScript3
Raw Normal View History

2020-07-24 11:49:43 +00:00
extends Node2D
const MAX_HEALTH = 100.0
var health = MAX_HEALTH