This repository has been archived on 2025-12-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
BitBlaster/objects/o_tutorial/Create_0.gml
2025-04-20 15:57:23 +03:00

18 lines
304 B
Plaintext

alpha = 1;
depth = -10000;
image_speed = 0.2;
icons = {
wasd: s_key_wasd,
mouse_left: s_mouse_left,
mouse_right: s_mouse_right,
heal: s_key_q,
skeleton: s_key_wasd,
milk: s_key_wasd,
wizard: s_key_wasd,
tree: s_key_wasd,
stump: s_key_wasd,
coal: s_key_wasd,
};