Search found 3 matches

by Saoskia
Sun Feb 18, 2018 1:00 pm
Forum: Libraries and Tools
Topic: Simple Tiled Implementation - STI v1.2.3.0
Replies: 914
Views: 730916

Re: Simple Tiled Implementation - STI v0.18.2.1

Thanks for the quick reply :awesome: I checked out the OP, and I managed to get a collider onto the player object, but it's not working properly. The player itself (the image) can still cross over other colliders. The player's collider does its best to actually collide with the other colliders, but...
by Saoskia
Tue Feb 13, 2018 2:23 pm
Forum: Libraries and Tools
Topic: Simple Tiled Implementation - STI v1.2.3.0
Replies: 914
Views: 730916

Re: Simple Tiled Implementation - STI v0.18.2.1

Thanks for the quick reply :awesome: I checked out the OP, and I managed to get a collider onto the player object, but it's not working properly. The player itself (the image) can still cross over other colliders. The player's collider does its best to actually collide with the other colliders, but ...
by Saoskia
Tue Feb 13, 2018 7:33 am
Forum: Libraries and Tools
Topic: Simple Tiled Implementation - STI v1.2.3.0
Replies: 914
Views: 730916

Re: Simple Tiled Implementation - STI v0.18.2.1

First post, yay :crazy: I'm having an issue with the box2d plugin. I'm pretty sure I have everything set up the way it should be in both Tiled and my code (I followed the tutorial on lua.space), but the collisions don't seem to be working. The documentation tells me absolutely nothing, so here I am....