Add project code
This commit is contained in:
18
objects/o_tutorial/Create_0.gml
Normal file
18
objects/o_tutorial/Create_0.gml
Normal file
@@ -0,0 +1,18 @@
|
||||
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,
|
||||
};
|
||||
Reference in New Issue
Block a user