ludum-dare-21/objects/obj_enemy_boss/Create_0.gml

5 lines
81 B
Plaintext
Raw Permalink Normal View History

// Inherit the parent event
event_inherited();
2021-06-16 23:23:00 -07:00
life = 1000;
direction = 359;