Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

You are truly the best! Thank you for providing that feature. Can't wait to use it! I can say no more than recommend it, and again... THANK YOU. 

(+1)

Thanks! I’m planning to add a ‘life’ mechanic for icons, for example; if you don’t pick up an icon within a set time, it will auto-shatter + add a temporary lock period before it can be picked up again.
Anyway, that’s my idea; I’m not sure I’ll have time to add both features since I still have a lot of new plugin ideas to finish.

Cool! Can't wait for any updates for your plugins. 

Hmm, tried it, and while it works perfect with rigid values, it's kind of....off, when using variables. When I set position 10,10, it spawns it on tiles 10,10 on map. When I'll use variables when X=10 and Y=10, it spawns it like...in the map corner. Tried to increase the variables, and it's the same - spawns everything in map corner. I have no idea what's going on there...

(1 edit) (+1)

That’s odd! I tested both MV and MZ, start (x1,y1) and destination (x2,y2) included. Which engine are you using?
If you’re using variable IDs, there’s no support for that right now.

(1 edit)

Oh... I get it. I tried to use variables like "$gameVariables.value(X), $gameVariables.value(Y)". I'm using MZ. Thanks for clarification.