Search found 4 matches
- Fri Dec 09, 2022 9:18 pm
- Forum: Libraries and Tools
- Topic: Lovelas - LÖVE texture atLAS creator
- Replies: 0
- Views: 8991
Lovelas - LÖVE texture atLAS creator
Just updated the library at https://love2d.org/forums/viewtopic.php?f=5&t=80558 and released with the author's permission under MIT at https://notabug.org/coz/Lovelas Lovelas: texture atlas generation library for LÖVE Notes on usage: Include atlas.lua somewhere in your project Require it Create ...
- Fri Nov 04, 2022 9:06 pm
- Forum: Libraries and Tools
- Topic: Simple Tiled Implementation - STI v1.2.3.0
- Replies: 915
- Views: 824926
Re: Simple Tiled Implementation - STI v1.2.3.0
Oh believe me, I've been testing everything I use. I didn't test terrains because right now I'm not interested in them, but I might in the future, but I did look for the type and class properties. I specified what I assumed so that others know they have to check if they want to be certain. To make s...
- Mon Oct 31, 2022 2:02 am
- Forum: Libraries and Tools
- Topic: Simple Tiled Implementation - STI v1.2.3.0
- Replies: 915
- Views: 824926
Re: Simple Tiled Implementation - STI v1.2.3.0
Actually, after checking https://thorbjorn.itch.io/tiled I can tell that there are certainly features that are not supported. For example, I can't find a 'type' or 'class' property for objects. Likewise, the site tells that the terrain definition changed in Tiled 1.5, so I suppose that old terrains ...
- Sun Oct 30, 2022 9:02 pm
- Forum: Libraries and Tools
- Topic: Simple Tiled Implementation - STI v1.2.3.0
- Replies: 915
- Views: 824926
Re: Simple Tiled Implementation - STI v1.2.3.0
Does it work with Tiled 1.9? Or are you still recommending Tiled 1.2.x? (that's what I read on the repo) Quick edit: I know it works with 1.9, I made a basic map and compiled it, just I want to know if there's some features of Tiled that are not supported here and I'm better off with 1.2 I don't th...