Releases: a-little-org-called-mario/a-little-game-called-mario
Releases · a-little-org-called-mario/a-little-game-called-mario
v0.0.304
sora from sora has arrived to say hello :D (#482) * she is here :D * Applied the requested changes as per @Jummit's request. * Moved Sora so it's easier to see her dash away. * Removed the old AnimationPlayer in Sora. * Fixed a Z-Indexing issue. * Animation changes to Sora. * Set the background and tileset Z-Index to -1.
v0.0.303
A little game called randal (#474) * Adding a PauseMenu.tscn to Flappy Mario game mode. I tried for the other game modes but couldn't figure out where to put the Pause Menu to get it to work. .gitignore Godot Sharp assemblies. * Attempting to make a level. Oh boy. * New level, Bub Gridlock * Gridlock level fix. * WIP Alt TitleScreens * Alt title screens foundations cont. * Alt title screen fully functional * title_mario sprite so animation scaling works properly with alt sprites * Deleting the accidentally-remerged Gridlock V1. * File cleanup, A Little Game Called Bubs * bubs file path fix
v0.0.302
More Boss Attacks (#480) * continued work on mega boss * more attacks * mega boss + moved display controls to tab * bar things that set player's health/coins * .
v0.0.301
potentially break everything lol (#477)
v0.0.300
fix title screen music volume (#476)
v0.0.299
improve player aiming (#475)
v0.0.298
Add joypad binding to "fire" action from ballmario (#462) Bound it to the right face button, since it wasn't doing anything.
v0.0.297
Add cutscenes to story mode (#470) * Add cutscenes to story mode Cutscene animations are stored inside the CutScenePlayer and are triggered when an event with the same name is triggered. There is now a camera that can be used for cutscenes. The set_sprite dialog option has been removed in favor of setting the sprite using an animation. Fixed some warnings. * Q for interaction and minor tweaks Co-authored-by: Petra Andraschko <51335299+monochromia@users.noreply.github.com>
v0.0.296
Added Ethics World (#468) * Add EthicsWorld, LittlestMario and AutoBus * Fix errors on IntraLevelPortal.gd * Move new enemies to the correct folders
v0.0.295
Add GreedyCoinBox (#459)