k4zmu2a / SpaceCadetPinball

Decompilation of 3D Pinball for Windows – Space Cadet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding paused text to top screen

fyredragon69 opened this issue · comments

Like the Windows version of the game, when it's paused, the smaller box would display "Game paused F3 to resume". I think it would be a nice QoL addition to the port having that text show up when the game is paused, obviously substituting F3 for START.

I've also noticed that when a game is over, it will say F2 starts new game, instead of X.

Pause text on top screen

Please clarify, what do you mean by “top screen”.
Pause notification is already implemented the same way as in the original game, see attached screenshot.
image

X instead of F2 in control prompts

I did not plan to implement this feature - control prompt substitution based on active/last used input device.
I might consider it after everything else is done.

When I refer to the top screen, I mean the upper screen on the 3DS. When pausing the game, it does not show the "Game Paused F3 to Resume" text while paused.

I see it now; you are talking about the 3DS source port.
In this project (https://github.com/k4zmu2a/SpaceCadetPinball), I only accept issues about the desktop version of the game.

You should raise your issue in the 3DS source port project:
https://github.com/MaikelChan/SpaceCadetPinball/tree/3ds

3DS issue, off topic.