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

6 lines
90 B
Plaintext
Raw Normal View History

2021-06-16 23:23:00 -07:00
global.healths = 1000;
global.ammos = 14;
global.clips = 3;
friction = .5;
shot = 0;