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_40.gml
12 lines
137 B
Plaintext
Raw
Blame
History
if keyboard_check(vk_shift)
{
y += 2
if y > 744
y = yprevious
exit;
}
y += 5
if y > 744
y = yprevious
Reference in New Issue
View Git Blame
Copy Permalink