Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

I love all your packs! Every time I go through them I cheer! :D

There are some difficulties, though, especially as I'm so new to gamedev in Godot. I think like yndoo, I've been finding it hard to get tiles to work when small lone objects share 32x32 slots with each other, or larger items overlap into each other's 32x32 slots. Perhaps checking items align to a grid with 32x32 tiles, and minimum one item per tile will address this? (Even if it means gaps between objects.) I'll see how I get on trying to modify one myself in Krita.

It's also been quite hard finding 32x64 characters and exterior urban assets that work with their proportions (e.g., buildings, roads, vehicles, lamp posts, etc.). If you happen to make exterior assets at some point, I will be there for it! :P

I am determined to use your assets and credit you whenever I manage to get my game working. They look so awesome and fresh, and the variety is great! :D

p.s., for other readers, a work around for some exterior items like vehicles, scaling them up x2 individually within Godot, e.g., as a sprite for a StaticBody2D (with a CollisionShape2D), but can quickly get crowded in scene side-window having to do that for every visible vehicle or other scaled object on a map. Still working on that workaround, e.g. hiding them under a node drop-down. ^^;

Hi, sorry for taking so long to reply! I am currently doing a bit of a 'mega overhaul' of all my asset sets - which will include updating so items are aligned to 32x32 and 16x16 grids, to make them easier for everyone to use. The update will also add exterior and terrain tiles to each set, and I hope to add character sprites that will fit in size too .....not sure when I'll have it all finished, but will hopefully have something to upload soon :)

Hi ^-^

That's great news! Thanks so much for your hard work, and I look forward to the updates! Adding characters sounds awesome too as I have been struggling with finding workable 32x64 sprites to build on and test with. The LPC character generator has been a close fit with 64x64 sprites complete with animations, but with dizzying licensing restrictions to navigate. I also considered scaling up the Mana Seed system sprites, but they're outside of my budget.

Please don't feel rushed on my account regarding characters or anything like that. I'm in the early stages of planning for a paper doll system so I can have character creation and gear changes as part of gameplay, but that's further down the line on my roadmap, and I'm moving slow as a newbie. :P I'm still building my main game map and interior locations, so I'm excited to see how your interior and exterior assets develop. :D