foss-mmo/modules/game/levels
Juliana Sims c8705eca18
Fix the switch collision issue for real
The issue was that the new switch code to support stacked actors sends
`'activate` to every actor at a given grid coordinate regardless of type. This
is fine for most uses, but because this level had an emitter over a wall, the
switch tries to `'activate` the wall. Replacing the wall tile with a floor
tile (which produces no actor and therefore receives no `'activate` message)
works just fine. Instead of adding type checking to allow a hacky and needless
use case, I instead advise just not sticking switch targets over walls or other
actors that don't support `'activate`.
2024-05-25 15:23:56 -04:00
..
catboss-1.tmx Prettify catboss-1 2024-05-25 15:08:10 -04:00
credits.tmx Add moon and eye to credits map. 2024-05-23 16:34:06 -04:00
level-1.tmx Update level to have eye and moon 2024-05-23 10:14:59 -04:00
level-2.tmx Add bombs and explodable bricks 2024-05-24 12:46:49 -04:00
level-3.tmx Change the kind of non-copper walls to inert 2024-05-24 12:07:01 -04:00
level-4.tmx Tweak emitters so their wire state is more clear. 2024-05-24 15:28:33 -04:00
rat-1.tmx Fix the switch collision issue for real 2024-05-25 15:23:56 -04:00
rat-2.tmx Add obligatory checkerboard level (basic) 2024-05-24 20:43:56 -04:00
rat-3.tmx Add obligatory checkerboard level (moderate) 2024-05-24 20:43:56 -04:00
tiles.tsx Type new walls 2024-05-24 17:57:03 -04:00
tutorial-1.tmx Add first draft of tutorial levels. 2024-05-24 12:41:52 -04:00
tutorial-2.tmx Add first draft of tutorial levels. 2024-05-24 12:41:52 -04:00
tutorial-3.tmx Add first draft of tutorial levels. 2024-05-24 12:41:52 -04:00
tutorial-4.tmx Add first draft of tutorial levels. 2024-05-24 12:41:52 -04:00
tutorial-5.tmx Add first draft of tutorial levels. 2024-05-24 12:41:52 -04:00
tutorial-6.tmx Add AND gate tutorial level. 2024-05-24 17:11:11 -04:00
tutorial-7.tmx Move tutorial-8 to 10, add new 8 and placeholder 9. 2024-05-25 09:52:02 -04:00
tutorial-8.tmx Small tweak to tutorial-8. 2024-05-25 09:55:03 -04:00
tutorial-9.tmx Add tutorial-9 for real. 2024-05-25 14:58:43 -04:00
tutorial-10.tmx Move tutorial-8 to 10, add new 8 and placeholder 9. 2024-05-25 09:52:02 -04:00