screen-flow #17

Merged
paco merged 4 commits from screen-flow into dev 2026-03-09 05:10:54 +00:00
Member

Adding (nearly) the whole game flow: title screen, settings, controls, credits.
A few edits to:

  • player to support controller sensitivity
  • game_state for global pause-ability

Added InputHelper plugin for easily remappable controls.
Added (my) gamepad icons

I assume Andy is working on a title screen, which can easily replace this (as well as any other elements, like the main_theme.tres) but wanted to get this foundational flow in.

The game end screens still need adjusting.

Adding (nearly) the whole game flow: title screen, settings, controls, credits. A few edits to: * player to support controller sensitivity * game_state for global pause-ability Added InputHelper plugin for easily remappable controls. Added (my) gamepad icons I assume Andy is working on a title screen, which can easily replace this (as well as any other elements, like the main_theme.tres) but wanted to get this foundational flow in. The game end screens still need adjusting.
paco force-pushed screen-flow from 87cdfdf290 to 44d5a3ad5e 2026-03-09 02:28:39 +00:00 Compare
xury approved these changes 2026-03-09 02:41:15 +00:00
xury left a comment
Owner

Looking on on my end after the latest re-base!

Looking on on my end after the latest re-base!
@ -1,6 +1,14 @@
# GameState autoload
extends Node
const PAUSE = preload('res://screens/pause/pause.tscn')
Owner

question: what's the reason to pre-load the pause scene but not the others?

question: what's the reason to pre-load the pause scene but not the others?
Author
Member

Pause is the only one where instant access is needed. Not that it matters for the scope of this but it doesn't hurt.

Pause is the only one where instant access is needed. Not that it matters for the scope of this but it doesn't hurt.
paco force-pushed screen-flow from 44d5a3ad5e to b98b1ee9d1 2026-03-09 05:08:50 +00:00 Compare
paco merged commit 517e684b35 into dev 2026-03-09 05:10:54 +00:00
noahg deleted branch screen-flow 2026-03-09 05:38:23 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BUGJam/pounce-game!17
No description provided.