Skip to content

Releases: a-little-org-called-mario/a-little-game-called-mario

v0.0.304

03 May 14:56
c180350
Compare
Choose a tag to compare
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

02 May 17:43
a427147
Compare
Choose a tag to compare
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

02 May 01:24
398224d
Compare
Choose a tag to compare
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

01 May 16:45
6c1e7f7
Compare
Choose a tag to compare
potentially break everything lol (#477)

v0.0.300

01 May 15:56
b3d0469
Compare
Choose a tag to compare
fix title screen music volume (#476)

v0.0.299

01 May 15:53
686a095
Compare
Choose a tag to compare
improve player aiming (#475)

v0.0.298

29 Apr 22:02
58e106f
Compare
Choose a tag to compare
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

29 Apr 21:59
8242c52
Compare
Choose a tag to compare
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

27 Apr 17:31
d5eca5c
Compare
Choose a tag to compare
Added Ethics World (#468)

* Add EthicsWorld, LittlestMario and AutoBus

* Fix errors on IntraLevelPortal.gd

* Move new enemies to the correct folders

v0.0.295

26 Apr 18:16
3cc8190
Compare
Choose a tag to compare
Add GreedyCoinBox (#459)