GMRoomLoader v2.1.0
GMRoomLoader » Devlog
Merging Tilemaps
This quick follow-up to the v2.0.0 release completes Merging Layers with Merging Tilemaps - a feature that allows merging newly loaded tilemaps directly into existing ones.
This is particularly useful when you want to keep working with a single tilemap (e.g. for collision) instead of creating multiple separate ones after loading several rooms.
Just like Merging Layers, the behavior is disabled by default and can be enabled via the ROOMLOADER_MERGE_TILEMAPS config macro. The following rules apply:
- Tilemap merging triggers if an existing tilemap is present on a layer with the same name as the loaded layer.
- The existing tilemap will be repositioned and resized to fit the loaded tilemap.
- When loading full rooms via RoomLoader.Load(), ROOMLOADER_MERGE_LAYERS must be set to
true
for this to work. - Merging is only possible if both tilemaps use the same tileset.
Files
GMRoomLoader v2.1.0.yymps - Local Package 30 kB
7 days ago
GMRoomLoader Demo.yyz 1.3 MB
7 days ago
GMRoomLoader First Setup.yyz 341 kB
7 days ago
Get GMRoomLoader
Download NowName your own price
GMRoomLoader
Runtime room loading for GameMaker 2024.13+
Status | Released |
Category | Assets |
Author | Gleb Tsereteli |
Tags | cookbookjam, GameMaker, prefabs, Procedural Generation |
More posts
- GameMaker Awards 2025 - Nominate GMRoomLoader for Best Tool!2 hours ago
- GMRoomLoader v2.0.07 days ago
- GMRoomLoader v1.8.0Jan 21, 2025
- GMRoomLoader nominated for Best Tool!Aug 28, 2024
- GMRoomLoader v1.7.0May 31, 2024
- GMRoomLoader v1.6.0May 28, 2024
- GMRoomLoader v1.5.2Mar 05, 2024
- GMRoomLoader v1.5.1Mar 01, 2024
- GMRoomLoader v1.5.0Mar 01, 2024
Leave a comment
Log in with itch.io to leave a comment.