diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2021-03-13 09:38:05 -0500 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2021-03-13 15:34:50 -0500 |
| commit | 2581f03c00f5a14f49081d82eb8e1a31c31aae88 (patch) | |
| tree | aa7fd5864204408ff3c189b7b2351b6619d6f0cb /src/menu_system.h | |
| parent | f839e07d4d2e94070129129c669072145235cf4f (diff) | |
| download | tanetane-2581f03c00f5a14f49081d82eb8e1a31c31aae88.tar.gz tanetane-2581f03c00f5a14f49081d82eb8e1a31c31aae88.tar.bz2 tanetane-2581f03c00f5a14f49081d82eb8e1a31c31aae88.zip | |
Player can move cursor on pause menu
#7
Diffstat (limited to 'src/menu_system.h')
| -rw-r--r-- | src/menu_system.h | 4 |
1 files changed, 4 insertions, 0 deletions
| diff --git a/src/menu_system.h b/src/menu_system.h index 9cbd1f0..fa373cb 100644 --- a/src/menu_system.h +++ b/src/menu_system.h | |||
| @@ -24,6 +24,10 @@ public: | |||
| 24 | 24 | ||
| 25 | void closePauseMenu(); | 25 | void closePauseMenu(); |
| 26 | 26 | ||
| 27 | void pressedUp(); | ||
| 28 | |||
| 29 | void pressedDown(); | ||
| 30 | |||
| 27 | // Info | 31 | // Info |
| 28 | 32 | ||
| 29 | double getPauseAnimationProgress() const { return pauseAnimation_.getProgress(); } | 33 | double getPauseAnimationProgress() const { return pauseAnimation_.getProgress(); } |
