Commit Graph

16 Commits

Author SHA1 Message Date
Masséna Fezard 3c423de527 ded 2023-03-25 13:55:58 +01:00
Lephenixnoir 80fda55e98
level end screen and back to main menu
* Add a level end screen that shows automatically when dead or level
  is finished
* Lock player controls and GUI before the end screen shows
* Loop back to the main menu after finishing a level (or dying)
* Nerf combo chain score
* Add a placeholder KO animation for the player, and associated logic
2023-01-02 11:50:25 +01:00
Lephenixnoir fdde4809d3
add XP and player leveling
XP only lasts for one level/arena.
2022-01-17 18:29:05 +01:00
Lephenixnoir 9fc160e36c
make fighter sprites indexed 2021-12-30 10:20:09 +01:00
Lephenixnoir cb3f363cfe
switch engine to ECS and rewrite just about everything 2021-12-25 11:48:53 +01:00
Lephenixnoir 59a26e0d1d
add shock anim, fix anims again 2021-08-30 11:39:14 +02:00
Lephenixnoir d59f7f8870
parse actual Aseprite anims in converters 2021-08-28 13:53:22 +02:00
Masséna Fezard | Nounouille 3fbce2f817 fix player sprites 2021-08-28 13:35:51 +02:00
Masséna Fezard | Nounouille eb968a9cf1 player sprite 2021-08-27 20:50:06 +02:00
Masséna Fezard | Nounouille 1513becbf2 player up sprite 2021-08-22 15:26:40 +02:00
Masséna Fezard | Nounouille aae3900519 moar sprites
- added left player sprite
- added right player sprite
2021-08-22 14:25:19 +02:00
Masséna Fezard | Nounouille c83cc2f150 last commit before shutting down my PC 2021-08-22 09:53:08 +02:00
Masséna Fezard | Nounouille d2ddcbe96d animations 2021-08-19 18:40:54 +02:00
Masséna Fezard | Nounouille d81e236091 trying new player sprite 2021-08-19 14:56:22 +02:00
Lephenixnoir 8e19f72a73
add player damage animations 2021-08-15 11:49:04 +02:00
Lephenixnoir 82bb7478fd
simplify/reorganize geometry and animations
* Make all hitboxes rectangles
* Add sprite-based hitboxes for attacks, keep the original ones only for
  map wall collisions
* Reorganize and rename animations
* Separate player movement and swing animation for the AoE
2021-06-10 22:48:27 +02:00