mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2024-11-28 17:53:47 +00:00
35 lines
801 B
HTML
Executable file
35 lines
801 B
HTML
Executable file
<HTML>
|
||
<HEAD>
|
||
<TITLE>Cave Story (Display)</TITLE>
|
||
</HEAD>
|
||
|
||
<STYLE>
|
||
DIV{font-size:12px;font-family:‚l‚r ‚oƒSƒVƒbƒ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>
|