Commit Graph

24 Commits

Author SHA1 Message Date
41ba43ed93 Mario: fix Mario getting stuck in the floor when eating a mushroom
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2022-11-12 21:42:25 +01:00
7bd652f4e9 Mario: Fireball works
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2022-11-12 21:32:18 +01:00
3cde73d1ed Add fire mario mode
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-11 19:47:35 +01:00
d89712ebab Mario: change size and texture when Mario eats a mushroom
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-25 19:33:09 +02:00
4109cfe1af Mario: add basic big mario logic
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2022-09-25 19:44:28 +02:00
3437aa6b47 Mario: end of level logic
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-23 16:46:50 +02:00
8ca70fa11e Mario: formatting
Some checks failed
continuous-integration/drone/push Build is failing
2021-10-18 09:08:35 +02:00
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