Custom Sprites
Basic positions preview | Character | Type | Version | Author | Size |
';
print ' ';
print ' | ';
print ' ';
print ' | ';
for($i=1;$i<9;$i++) {
if(file_exists("sprites/S/".$link.'_'.$i.'.png')) {
print '';
print ' ';
print ' | ';
print ' ';
print ' | ';
}}
print '
| ';
print $name . ' | ' . $type . ' | ' . $vers . ' | ' . $auth . ' | ';
if(file_exists("sprites/".$link.'.SPR')) {
print ' '; }
if(file_exists("sprites/".$link.'.SP2')) {
print '
'; }
print ' | ';
}
?>