This commit is contained in:
parent
ac7a83540c
commit
4801cf9c1a
3 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,7 @@ API for querying or downloading the most recent version of any component:<br>
|
|||
<h2> Screenshots </h2>
|
||||
<img class=ss src="/screenshots/ingame.png"
|
||||
><img class=ss src="/screenshots/selection.png"
|
||||
><img class=ss src="/screenshots/gui.png"
|
||||
><img class=ss src="/screenshots/seedoverlay/generating.png"
|
||||
><img class=ss src="/screenshots/seedoverlay/hut.png"
|
||||
><img class=ss src="/screenshots/seedoverlay/underground.png">
|
||||
|
|
BIN
screenshot_gui.png
Normal file
BIN
screenshot_gui.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 302 KiB |
|
@ -52,6 +52,7 @@ func handle-client { | with client ;
|
|||
:serve-file-cached<"screenshot_seedoverlay_generating.png" "/screenshots/seedoverlay/generating.png" "image/png">
|
||||
:serve-file-cached<"screenshot_seedoverlay_hut.png" "/screenshots/seedoverlay/hut.png" "image/png">
|
||||
:serve-file-cached<"screenshot_seedoverlay_underground.png" "/screenshots/seedoverlay/underground.png" "image/png">
|
||||
:serve-file-cached<"screenshot_gui.png" "/screenshots/gui.png" "image/png">
|
||||
:serve-file-cached<"Monocraft.ttf" "/Monocraft.ttf" "font/ttf">
|
||||
:is-open
|
||||
if {
|
||||
|
|
Loading…
Add table
Reference in a new issue