This website requires JavaScript.
Explore
Help
Sign In
magicalfeyfenny
/
gmc-jam-3
Watch
1
Star
0
Fork
You've already forked gmc-jam-3
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8695aedcdb
gmc-jam-3
/
objects
/
obj_player
/
Keyboard_37.gml
12 lines
137 B
Plaintext
Raw
Blame
History
if keyboard_check(vk_shift)
{
x += -2
if x < 24
x = xprevious
exit;
}
x += -5
if x < 24
x = xprevious
Reference in New Issue
View Git Blame
Copy Permalink