MT. Dedede Stadium
A duel at Mt. Dedede.
A special thanks to Hyuponia for helping with the stage’s creation (she did practically all the work). Also this has character compatibility.
– compatibility info –
put:
arena_title = "your title here";
in your character’s init.gml to replace the "challenger" text! nothing else needed.
it’s a genericly named variable as well, so you can use it for your own compatibility code as well, like jumbotron screens n stuff, fancy subtitles. also, you can now put:
arena_short_name = "alternate name here";
in your character’s init.gml to replace the name displayed as well, in case if your character’s name is long and breaks the display.
– hyuponia