Commit Graph

28 Commits

Author SHA1 Message Date
JHDev2006
05bca140fd fixed up players getting stuck in blocks, after collecting a powerup mid air 2025-10-02 10:09:21 +01:00
JHDev2006
f088c9b606 fixed pipes, being terrible and i hate them 2025-10-01 21:48:17 +01:00
JHDev2006
9e5d7bd8e6 skid particles + extra particles setting 2025-10-01 12:33:34 +01:00
JHDev2006
51d81844d0 Added Death Counter to Custom Levels + Fixed castle bridge axe bonus sprites 2025-10-01 10:58:20 +01:00
JHDev2006
9311424f55 fixed bob omb explosions AGAIN 2025-09-29 20:40:46 +01:00
JHDev2006
0a5e2ea211 added palette effect during small -> fire transformation 2025-09-29 12:19:51 +01:00
SkyanUltra
f6a31f8508 New Optional Animation States (#420)
* new animation states

additional conditional animation states, including:
- SkidAttack
- IdleAttack
- WalkAttack
- RunAttack
- CrouchJump
- CrouchMove
... along with a new set of animations, the Bump animations (play when hitting your head on a block)
- JumpBump
- CrouchBump
- SwimBump

* added fly animations & tweaked bump animation time

new anims for FlyIdle, FlyUp, FlyMove, FlyAttack, and FlyBump, which all fallback on their Swim counterparts if not found. also changed around some animation fallbacks which made more sense, like bumps using fall animations instead if applicable.

* added bump ignore checks and added a general bump animation

you can now define Bump which will define a bump animation for all bump animations. additionally, bump animations will only play if they can detect an animation. no more fallbacks needed
2025-09-28 11:25:50 +01:00
Jeod
659e9f3ce8 Add true portable mode (#259) 2025-09-26 20:32:42 +01:00
JHDev2006
11a4b57ac5 cleaned up some of the posing code 2025-09-26 12:58:25 +01:00
KirbyKidJ
2d4b6105b6 All-Stars Pose at Level End
This adds a new and optional animation for Characters called `PoseDoor`. When a character uses this animation, they stop at the entrance of the castle door to strike a pose like in All-Stars.
2025-09-25 17:47:11 -07:00
jdaster64
b3694e0cf2 Revert 10k stomp change in Player 2025-09-24 10:32:16 -04:00
jdaster64
9e6b453fe0 Merge upstream before Koopa scoring PR 2025-09-24 10:25:53 -04:00
jdaster64
beea267f99 Suppress stomp points shortly after a kick 2025-09-24 00:54:44 -04:00
Falkimore
4d036c3add update each character's CharacterInfo to include new parameters 2025-09-22 18:11:13 -05:00
Falkimore
a770541ddd add new physics parameters and descriptions 2025-09-22 18:02:44 -05:00
Joe H
d3e07180df Merge pull request #348 from JeodC/optimize-1
Convert repetitive function in Player.gd to dispatch table
2025-09-22 21:40:08 +01:00
JHDev2006
3fe00f7589 fixed death animation, not playing correctly sometimes 2025-09-22 17:48:33 +01:00
Jeod
7f44b4bc2e Convert some repetitive functions in Player.gd to dispatch tables
Convert some repetitive functions in Player.gd to dispatch tables. This makes reading the code easier and clarifies purpose.
2025-09-22 09:50:23 -04:00
Joe H
080ec8f908 Merge pull request #330 from JeodC/main
Reset death flag on death in boo race
2025-09-22 10:02:59 +01:00
JHDev2006
ebdd1795b2 Modern transformation animation now actually looks like mario maker now, rejoice 2025-09-21 23:01:41 +01:00
Jeod
a1e9f3e21b Reset death flag on death in boo race 2025-09-21 17:41:01 -04:00
JHDev2006
873ef53dfd fixed frame 1 water jumping 2025-09-21 21:43:32 +01:00
JHDev2006
c26bf96dd9 Fixed LL ending being at day instead of night 2025-09-21 16:51:14 +01:00
JHDev2006
483ad1e93f fixed bug #270 2025-09-19 16:18:32 +01:00
JHDev2006
2a26c6a7e7 The speedrun timer, can now be paused (not fullgame marathons tho, cause uhhhhh yea) 2025-09-16 15:18:53 +01:00
JHDev2006
9228b7bca1 fixed dying causing 2 lives to be taken, instead of 1 2025-09-15 09:59:33 +01:00
JHDev2006
9f6f9c40c5 made it so coins actually coin 2025-09-13 19:53:31 +01:00
JHDev2006
3773bdaf64 added the game 2025-09-13 16:30:32 +01:00