diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-05-11 16:13:23 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-05-11 16:13:23 +0200 |
| commit | d2cab2f600b4a5efea34fce9e17de0c2ba964c6c (patch) | |
| tree | 9eb5284b8ef0205943f4fca7d2d87ff0b1978f88 /config/values.yml | |
| parent | 41a505b89f834f7769271713cd6399330f38e492 (diff) | |
| download | jetpac.nes-d2cab2f600b4a5efea34fce9e17de0c2ba964c6c.tar.gz jetpac.nes-d2cab2f600b4a5efea34fce9e17de0c2ba964c6c.zip | |
Fix comment that still referended "throttle"
See: 132b7b1cc807 ("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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/values.yml b/config/values.yml index f2f0f45..e99eccc 100644 --- a/config/values.yml +++ b/config/values.yml @@ -4,8 +4,8 @@ # # Each file will have the name of the key from the first level (e.g. "player" # will become "config/values/player.s"), and under the file each constant will -# be upper cased (e.g. "player.throttle_up" will become "THROTTLE_UP" inside of -# the "player.s" file). +# be upper cased (e.g. "player.blast_off" will become "BLAST_OFF" inside of the +# "player.s" file). player: # Gravity and initial velocity when throttling from the ground. |
