Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hey, great pack!

Quick note, in the "Four Seasons" add-on, the tileA1_fall is the same as tileA1_spring.

Spring:



Fall:



Please ignore my lack of level design skills.
On that note, I'm using Godot to create my project, and I'm having a really hard time creating the bodies of water because I can't find the straight tile piece, only corners. What am I doing wrong here? (Sorry if It's a dumb question.)

Might be worth noting that I'm using the tilesets inside the RPGMAKER folder, because of the "Four Seasons" add-on.

(1 edit)

Thanks, good catch. I just added an extra sheet to the add-on file (tileA1_fallb in addition to the existing sheet) with the brown/orange grass color. If you redownload the fourseasons update it should be included now.

As for the tileset, the side parts are actually in the middle of the corner pieces (the way RM works is it uses 8x8 half-tiles). Here's a visual to show you what I mean:

I believe that you can set up the tileset in Godot to use 8x8 tiles for the water layer, or alternatively shift the tileset by 8 pixels to pull the side piece.

Hope that makes sense. Thanks!

Thank you very much! :)