Skip to content

Commit

Permalink
Minor fixes in web page, official release 0.4.1 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejmalecki authored Jun 30, 2021
1 parent c875142 commit 4c47acc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,17 +166,17 @@ <h2>The jumping dino game for Commodore 64.</h2>
<p>
Help this little green monster in reaching the end of each level.
Avoid deadly obstacles such as cactuses, birds, snakes and scorpios.
Don't ask why he or she is constantly running.
Don't even ask why she is constantly running.
</p>
<p class="note">
The release of the full game is expected by the end of 2021.
</p>
</section>
<section>
<h1>Download version 0.4.0</h1>
<h1>Download official preview (PAL Only)</h1>
<div class="buttons">
<a href="https://github.com/maciejmalecki/trex64/releases/download/0.4.0/rex.prg">PRG</a>
<a href="https://github.com/maciejmalecki/trex64/releases/download/0.4.0/rex.d64">D64</a>
<a href="https://github.com/maciejmalecki/trex64/releases/download/0.4.1/rex.prg">PRG</a>
<a href="https://github.com/maciejmalecki/trex64/releases/download/0.4.1/rex.d64">D64</a>
<a href="https://github.com/maciejmalecki/trex64/"><img src="GitHub-Mark-Light-32px.png" alt="GH"> Source</a>
</div>
</section>
Expand All @@ -193,6 +193,7 @@ <h1>Download version 0.4.0</h1>
<img src="screen8.png" alt="8">
<img src="screen9.png" alt="9">
<img src="screen10.png" alt="10">
<img src="screen11.png" alt="11">
</div>
</section>
<section>
Expand Down
Binary file added docs/screen11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/_constants.asm
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@
.label KEY_COMMODORE = %00100000
.label KEY_INGAME_MASK = KEY_SPACE + KEY_COMMODORE
// max level in level selection
.label MAX_LEVEL = 5
.label MAX_LEVEL = 3

0 comments on commit 4c47acc

Please sign in to comment.