microsoft / pxt-tilemaps

MakeCode Arcade extension for handling multiple tilemaps and extra tilemap blocks - beta
https://microsoft.github.io/pxt-tilemaps/
MIT License
6 stars 7 forks source link

Walls and overlaps bug when switching tilemaps #2

Closed darzu closed 4 years ago

darzu commented 4 years ago

This program: https://makecode.com/_H7siqoheuFhX from arcade advanced stream 24

Repro:

  1. walk through "D1"
  2. Notice that in the next room the sprite can move through all the walls and cannot get back to the first room

Something is buggy about the tilemap overlap physics.

darzu commented 4 years ago

Fixed.