-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
86 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
<?php | ||
add_screenshot("mainmenu.png",160,100,"The Exult Menu"); | ||
add_screenshot("cheat.png",160,100,"The Cheats"); | ||
add_screenshot("stage.png",160,105,"The Britannia Theater"); | ||
add_screenshot("mainmenu.png", "The Exult Menu"); | ||
add_screenshot("cheat.png", "The Cheats"); | ||
add_screenshot("stage.png", "The Britannia Theater"); | ||
|
||
add_screenshot("love.png",160,106,"Love Test from Forge of Virtue"); | ||
add_screenshot("bgpaper.png",160,120,"Paperdolls in Black Gate"); | ||
add_screenshot("si.png",160,100,"Serpent Isle"); | ||
add_screenshot("love.png", "Love Test from Forge of Virtue"); | ||
add_screenshot("bgpaper.png", "Paperdolls in Black Gate"); | ||
add_screenshot("si.png", "Serpent Isle"); | ||
|
||
add_screenshot("alagnar.png",160,104,"Alagnar"); | ||
add_screenshot("blackgate.png",160,104,"The Black Gate"); | ||
add_screenshot("savescrn.png",160,100,"The new savegame interface"); | ||
add_screenshot("stats2.png",160,116,"Stats display"); | ||
add_screenshot("alagnar.png", "Alagnar"); | ||
add_screenshot("blackgate.png", "The Black Gate"); | ||
add_screenshot("savescrn.png", "The new savegame interface"); | ||
add_screenshot("stats2.png", "Stats display"); | ||
|
||
add_screenshot("exult_studio1.jpg",160,116,"ExultStudio"); | ||
add_screenshot("exult_studio2.png",160,120,"ExultStudio"); | ||
add_screenshot("exult_studio1.jpg", "ExultStudio"); | ||
add_screenshot("exult_studio2.png", "ExultStudio"); | ||
|
||
add_screenshot("gamemenu.png",160,100,"The game menu"); | ||
add_screenshot("videomenu.png",160,100,"The video menu"); | ||
add_screenshot("audiomenu.png",160,100,"The audio menu"); | ||
add_screenshot("gameplaymenu.png",160,100,"The gameplay menu"); | ||
add_screenshot("cheatmenu.png",160,100,"Colourless' cheat menu"); | ||
add_screenshot("gamemenu.png", "The game menu"); | ||
add_screenshot("videomenu.png", "The video menu"); | ||
add_screenshot("audiomenu.png", "The audio menu"); | ||
add_screenshot("gameplaymenu.png", "The gameplay menu"); | ||
add_screenshot("cheatmenu.png", "Colourless' cheat menu"); | ||
|
||
add_screenshot("multiracial.png",160,100,"Multiracial support in BG"); | ||
add_screenshot("shapebrowser.png",160,100,"The shape browser"); | ||
add_screenshot("teleportmap.png",160,100,"The teleport map"); | ||
add_screenshot("multiracial.png", "Multiracial support in BG"); | ||
add_screenshot("shapebrowser.png", "The shape browser"); | ||
add_screenshot("teleportmap.png", "The teleport map"); | ||
|
||
add_screenshot("interlaced.png",160,100,"The interlaced scaler"); | ||
add_screenshot("textbg.png",160,100,"The shaded background behind text"); | ||
add_screenshot("uccshot1.png", 160,100, "Conversation script"); | ||
add_screenshot("uccshot2.png", 160,100, "Conversation script"); | ||
add_screenshot("interlaced.png", "The interlaced scaler"); | ||
add_screenshot("textbg.png", "The shaded background behind text"); | ||
add_screenshot("uccshot1.png", "Conversation script"); | ||
add_screenshot("uccshot2.png", "Conversation script"); | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
<?php | ||
add_screenshot("z_front.jpg",200,267,"Zaurus"); | ||
add_screenshot("z_opened.jpg",200,267,"Zaurus"); | ||
add_screenshot("z_exult_icon.jpg",267,200,"Exult Icon"); | ||
add_screenshot("z2_exultmenu.jpg",300,200,"Exult Menu"); | ||
add_screenshot("z2_simenu.jpg",300,200,"Serpent Isle"); | ||
add_screenshot("z2_create_character.jpg",300,200,"Character Creation"); | ||
add_screenshot("z2_BlueScreenOfJoy.jpg",300,200,"Blue Screen of Joy"); | ||
add_screenshot("z2_beginning.jpg",300,200,"The Beginning"); | ||
add_screenshot("z2_conv.jpg",300,200,"Conversation"); | ||
add_screenshot("z2_walking.jpg",300,200,"Walking"); | ||
add_screenshot("z2_inventory.jpg",300,200,"Inventory"); | ||
add_screenshot("z2_save_dialogue.jpg",300,200,"Savegame Menu"); | ||
add_screenshot("z_front.jpg", "Zaurus"); | ||
add_screenshot("z_opened.jpg", "Zaurus"); | ||
add_screenshot("z_exult_icon.jpg", "Exult Icon"); | ||
add_screenshot("z2_exultmenu.jpg", "Exult Menu"); | ||
add_screenshot("z2_simenu.jpg", "Serpent Isle"); | ||
add_screenshot("z2_create_character.jpg", "Character Creation"); | ||
add_screenshot("z2_BlueScreenOfJoy.jpg", "Blue Screen of Joy"); | ||
add_screenshot("z2_beginning.jpg", "The Beginning"); | ||
add_screenshot("z2_conv.jpg", "Conversation"); | ||
add_screenshot("z2_walking.jpg", "Walking"); | ||
add_screenshot("z2_inventory.jpg", "Inventory"); | ||
add_screenshot("z2_save_dialogue.jpg", "Savegame Menu"); | ||
|
||
add_screenshot("artaxerxes.jpg", "Artaxerxes"); | ||
|
||
add_screenshot("artaxerxes.jpg",200,164,"Artaxerxes"); | ||
|
||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
<a href="images/screenshots/{FILENAME}"> | ||
<img src="images/screenshots/thumbs/{FILENAME}" width="{WIDTH}" height="{HEIGHT}" vspace="5" hspace="10" alt="{DESCRIPTION}" border="0" /> | ||
</a> | ||
<a href="images/screenshots/{FILENAME}"><img src="images/screenshots/thumbs/{FILENAME}" class="screenshot" alt="{DESCRIPTION}" /></a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<img src="images/screenshots/zaurus/{FILENAME}" width="{WIDTH}" height="{HEIGHT}" vspace="5" hspace="10" alt="{DESCRIPTION}" border="0" /> | ||
<img src="images/screenshots/zaurus/{FILENAME}" class="screenshot_zaurus" alt="{DESCRIPTION}" /> |