KoBeWi / Metroidvania-System

General-purpose framework for creating metroidvania games in Godot.

Home Page:https://godotengine.org/asset-library/asset/2301

Repository from Github https://github.comKoBeWi/Metroidvania-SystemRepository from Github https://github.comKoBeWi/Metroidvania-System

Room transition only working with sample project scenes

GianImpr opened this issue · comments

When I try to make a room transition with anything that isn't made with the project's tileset, this happens and the room is not loaded at all.

I have no idea why and what to do.
Used the sample project as base for this.

2024-09-12.20-46-47.mp4

Do you get any errors? Are the rooms aligned properly? (based on their previews)

@KoBeWi

I was using tilesets with different tile size and that also caused small misalignments, that was the issue.
Thanks for pointing that up, now everything works properly!!