Skip to content
New issue

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

Request: Tutorials! #207

Open
karai17 opened this issue Mar 23, 2019 · 3 comments
Open

Request: Tutorials! #207

karai17 opened this issue Mar 23, 2019 · 3 comments

Comments

@karai17
Copy link
Owner

karai17 commented Mar 23, 2019

I have a tutorials folder now that could use some love. If you are doing something interesting or novel with STI and woudl like to share your knowledge, feel free to write a tutorial in Markdown and I'd be happy to accept any pull request.

@133794m3r
Copy link
Contributor

133794m3r commented Aug 19, 2020

Screenshot at 2020-08-18 20-29-26

I have a simple version of bump that handles collision. The code is literally your example except just modified to handle the new movement. I can probably provide a simple tutorial about how to make sure a layer is collidable. It's no much but it does do the "how do I make sure that the person stays within the collision area".

Later one I'm planning on doing "teleporting" and other items if I can figure it out, I was going to go with box2d and use a collision callback but for the initial prototype I'm using bump. I don't know if a simple tutorial about just using the map shown in the screenshot and handling player movement would be wortwhwhile or not here.

I actually have a collision layer that's set to 0 opacity currently to keep things simple as I learn STI/bump.

@karai17
Copy link
Owner Author

karai17 commented Aug 19, 2020 via email

@133794m3r
Copy link
Contributor

133794m3r commented Aug 19, 2020

OK then I'll try to writeup the bump movement tutorial since it looked like there was an issue exactly about that after I get my nursing homework for the day done tomorrow. I'll try to do a series with it as I learn more, do more of the basic things until someone can basically do all of the basic tiling stuff that's required for them to make the world map with collision and teleporting points and the like. I do think having a seperate repo with the assets would be a good idea so that you're not cluttering up your git repo with lots of sprite sheets and the like.

One thing I'm hoping to do with the dawnlike tileset is actually do the background tile animation but that I'm not sure how it'd be done tiled w/o either a) swapping out the atlas or switching visibility on a layer to get the animation effect.

Underworld

Something like that gif but done in Love2d and using STI as in the animation-y effects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants