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

7 lines
106 B
Plaintext

global.healths = 1000;
global.ammos = 14;
global.clips = 3;
friction = .5;
shot = 0;
reloading = 0;