Commit Graph

17 Commits

Author SHA1 Message Date
94bf4fc39d Mario: mario detects enemies and bounces when he kills them/dies when they kill him 2021-08-08 21:40:00 +02:00
f04dc1e23b Mario: mushroom interaction with Mario 2021-08-07 21:42:51 +02:00
bfe658618e Mario: prepartations for multiple moving objects 2021-08-05 00:32:54 +02:00
3be728843a Refactor to use objects for terrain/mod creation, added coin modifier 2021-07-23 00:08:05 +02:00
9d9068091b Mario: slightly better editor UI 2021-05-28 19:51:02 +02:00
757a03568d Mario: Fix bug of being teleported after landing from jump
In rare cases Mario was teleported when landing from a high jump as a
visitor could've been fired in the wrong moment (before Mario's Y was
reset to be standing on the ground) and left/right detect would trigger
and teleport mario 1 block away
2021-05-27 16:57:21 +02:00
b8c56c06fd Mario: better side collision handling 2021-05-27 16:33:00 +02:00
734b0b58cb Mario: fix floor detect and top movement helper 2021-05-26 17:48:33 +02:00
c2fb78b0a6 Mario: added destructible modifier to editor 2021-05-26 00:46:19 +02:00
6fe283bb34 Mario: add bouncing 2021-05-25 22:05:50 +02:00
7ed8b0f4e1 Mario: destroy blocks 1 at a time, if jumping and would hit only with small side, move Mario a bit so the jump is successful 2021-05-25 12:26:04 +02:00
b75b44201a Mario: destructible blocks 2021-05-24 00:07:40 +02:00
bea479bf72 Mario: top collision detection 2021-05-23 23:57:29 +02:00
8672830db8 Mario: jumping sprite + head bump colider 2021-05-23 23:45:45 +02:00
088fb4d15a Jumping experiment 2021-05-23 23:32:15 +02:00
930875ccf8 Mario: simple jump 2021-05-22 23:54:01 +02:00
d9a88f2de2 Mario: custom mario class 2021-05-22 23:13:26 +02:00