Search found 3 matches

by mthwl
Mon Aug 22, 2016 7:08 am
Forum: Libraries and Tools
Topic: Simple Tiled Implementation - STI v1.2.3.0
Replies: 914
Views: 774671

Re: Simple Tiled Implementation - STI v0.16.0.2

Think I'm agreement that having tiny maps that are smaller than the window is indeed an edge case. I think that's a reasonable constraint: maps must be >= window size. That said, I'm still having this issue with larger maps (which, again, makes me think I'm missing something fundamental about how to...
by mthwl
Fri Aug 19, 2016 7:30 am
Forum: Libraries and Tools
Topic: Simple Tiled Implementation - STI v1.2.3.0
Replies: 914
Views: 774671

Re: Simple Tiled Implementation - STI v0.16.0.2

Re: multiple maps drawing at the same time, in different positions using the offset parameters. Following up from a few days ago, thanks for the response. I put together a small love file with 4 maps to test this. It loads 4 small maps, positions them, then makes 4 :draw calls. The order matters, th...
by mthwl
Mon Aug 15, 2016 1:34 pm
Forum: Libraries and Tools
Topic: Simple Tiled Implementation - STI v1.2.3.0
Replies: 914
Views: 774671

Re: Simple Tiled Implementation - STI v0.16.0.2

I'm trying something similar to another post (link below) and running into an issue drawing multiple maps. I'm relatively new to Love2d and finding STI to work quite well. Thanks for library! Possibly relevant post: https://love2d.org/forums/viewtopic.php?f=5&t=76983&p=192950&hilit=tiled...