diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-04-02 21:38:45 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-04-02 21:44:07 +0200 |
| commit | 132b7b1cc8073df9cc334cd277e9182c3aa8bca5 (patch) | |
| tree | d8cefdfb6a33439627d26cb2017a39b62459c339 /config/values.yml | |
| parent | 4e5267ce1f247bf2c7336d79a16b6cd9a1d1c5ce (diff) | |
| download | jetpac.nes-132b7b1cc807.tar.gz jetpac.nes-132b7b1cc807.zip | |
Rename throttle to the proper wording
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'config/values.yml')
| -rw-r--r-- | config/values.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/values.yml b/config/values.yml index 257282e..2471e15 100644 --- a/config/values.yml +++ b/config/values.yml @@ -12,10 +12,10 @@ player: gravity: 2.50 blast_off: -1.50 - # Throttling. - throttle_up: -2.90 - throttle_left: -2.90 - throttle_right: 1.90 + # Thrust/flying + thrust: -2.90 + fly_left: -2.90 + fly_right: 1.90 # Walking constant velocities. walk_left: -1.80 |
