Open Znote opened 6 years ago
Just a self reminder to do this, will get to it eventually. Open for suggestions on the interface and interaction design.
Image server to load outfits. id= should support monster types as well.
<?php $img_server = $config['show_outfits']['imageServer']; $src = $img_server . "?id=128&addons=0&head=78&body=68&legs=58&feet=76"; ?> <img src="<?php echo $src; ?>" alt="img">
This can be used as a reference, spells.xml parser: https://github.com/Znote/ZnoteAAC/blob/master/spells.php
Just a self reminder to do this, will get to it eventually. Open for suggestions on the interface and interaction design.
Image server to load outfits. id= should support monster types as well.