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 | |
| 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>
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | config/values.yml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d0bfdc..f0fbde8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ adapted to the reality of the NES/Famicom. This means: [Famicom Disk System](https://en.wikipedia.org/wiki/Famicom_Disk_System), of course), but at the same time I wanted to re-use at least some of its elements on the otherwise quite blank title screen from the original. Hence, both - screens have been merged to something that feels more like it belongs to the + screens have been merged into something that feels more like it belongs to the NES/Famicom library. - **Colors** are slightly different because of palette differences between the NES/Famicom and the ZX Spectrum. That being said, some colors have been 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. |
