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

8 lines
108 B
Plaintext
Raw Normal View History

x = room_width / 2;
y = room_height / 2;
z = 30;
friction = 3
global.timeout = 15
global.invuln = 90