We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This uses collision detection with 8x8 block attrib data, gravity, animation sequence selection (one of 9 sequences)
Also player can automatically walk up small slopes and tumbling continues until complete.
Room transitions need handling correctly to prevent player getting stuck in the walls or other solid objects
The text was updated successfully, but these errors were encountered:
Added checkkeys() for input processing #52
d9ef088
Update sequence/animation based on movement #52
30d2468
Added plotnew() and room egress processing #52
ca56557
More movement updates #52
4a2f31f
Collision detection testing #52
0b1f298
picosonic
No branches or pull requests
This uses collision detection with 8x8 block attrib data, gravity, animation sequence selection (one of 9 sequences)
Also player can automatically walk up small slopes and tumbling continues until complete.
Room transitions need handling correctly to prevent player getting stuck in the walls or other solid objects
The text was updated successfully, but these errors were encountered: