Skip to content

Release 380f37d

Choose a tag to compare

@github-actions github-actions released this 13 Jan 22:51
Update wallCoords in map.gd to correct tile position for wall tiles

- Changed wallCoords from Vector2i(8,0) to Vector2i(8,12) to ensure accurate placement of wall tiles in the map generation process.
- Maintained existing logic and error handling for tile setting and synchronization, ensuring robustness in tile management.