mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2024-12-12 00:14:56 +00:00
35 lines
801 B
HTML
35 lines
801 B
HTML
|
<HTML>
|
|||
|
<HEAD>
|
|||
|
<TITLE>Cave Story (Display)</TITLE>
|
|||
|
</HEAD>
|
|||
|
|
|||
|
<STYLE>
|
|||
|
DIV{font-size:12px;font-family:<3A>l<EFBFBD>r <20>o<EFBFBD>S<EFBFBD>V<EFBFBD>b<EFBFBD>N;}
|
|||
|
BODY{margin:8px 0px 0px 8px;}
|
|||
|
</STYLE>
|
|||
|
|
|||
|
<BODY BGCOLOR=FFFFFF TEXT=002963 LINK=D56F00 VLINK=D56F00 ALINK=D56F88>
|
|||
|
<DIV>
|
|||
|
|
|||
|
- In-game Display -<BR>
|
|||
|
<BR>
|
|||
|
<IMG SRC="snapDisplay.png"><BR CLEAR="all">
|
|||
|
This is a typical gameplay screen.<BR>
|
|||
|
<BR>
|
|||
|
<IMG SRC="MyChar.png" ALIGN=center><BR CLEAR="all">
|
|||
|
The main character (you).<BR>
|
|||
|
<BR>
|
|||
|
<IMG SRC="Enemy.png" ALIGN=center><BR CLEAR="all">
|
|||
|
An enemy. There are many others as well.<BR>
|
|||
|
<BR>
|
|||
|
<IMG SRC="Status.png" ALIGN=center><BR CLEAR="all">
|
|||
|
The current weapon and the number of shots left.<BR>
|
|||
|
The yellow meter shows your Weapon Energy.<BR>
|
|||
|
The red meter is your life bar.<BR>
|
|||
|
<BR>
|
|||
|
<BR>
|
|||
|
<BR>
|
|||
|
</DIV>
|
|||
|
</BODY>
|
|||
|
</HTML>
|