X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=16%2Fv2%2Fsource%2FUTIL%2FCHRMAK%2FVECNA.MAK;fp=16%2Fv2%2Fsource%2FUTIL%2FCHRMAK%2FVECNA.MAK;h=baa4a9c425ded99dfc230c1d38c66a15ccc7b428;hb=3b3eab57721d856c06fd21d62cb7f0c42fbdd4f0;hp=0000000000000000000000000000000000000000;hpb=8510447fda06825df6c1b92a3238922b9893f424;p=16.git diff --git a/16/v2/source/UTIL/CHRMAK/VECNA.MAK b/16/v2/source/UTIL/CHRMAK/VECNA.MAK new file mode 100644 index 00000000..baa4a9c4 --- /dev/null +++ b/16/v2/source/UTIL/CHRMAK/VECNA.MAK @@ -0,0 +1,21 @@ + +/* CHRMAK makefile + รป aen */ + +pcx_name=vecna; // image source +chr_name=vecna; // output .CHR name + +frame_w=16; frame_h=32; // frame dims + +hot_x=0; hot_y=16; // hotspot coord +hot_w=16; hot_h=16; // hotspot dims + +per_row=5; total_frames=20; // frames per row, total + +lidle=10; ridle=15;; // left/right idle frames +uidle=5; didle=0; // up/down idle frames + +lscript=F10W10F11W10F12W10F11W10F10W10F13W10F14W10F13W10; // movement scripts +rscript=F15W10F16W10F17W10F16W10F15W10F18W10F19W10F18W10; +uscript=F5W10F6W10F7W10F6W10F5W10F8W10F9W10F8W10; +dscript=F0W10F1W10F2W10F2W10F0W10F3W10F4W10F3W10;