mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
7 lines
113 B
GDScript
7 lines
113 B
GDScript
extends EntityBase
|
|
class_name Chick
|
|
|
|
func _ready():
|
|
fields[FieldStore.Entity.MAX_HEALTH] = 1000
|
|
super._ready()
|