--- /dev/null
+// header file for sprite sheet. AUTO GENERATED, do not edit
+//
+// source PCX: ../chikyuu.pcx
+// sheet script: chikyuu.sht
+// palette file: chikyuu.pal
+
+#define _chikyuu_PRSBFCW0 10U
+#define _chikyuu_PRSBFCW1 11U
+#define _chikyuu_PRSBFCW2 12U
+#define _chikyuu_PRSBLCW0 20U
+#define _chikyuu_PRSBLCW1 21U
+#define _chikyuu_PRSBLCW2 22U
+#define _chikyuu_PRSBRCW0 30U
+#define _chikyuu_PRSBRCW1 31U
+#define _chikyuu_PRSBRCW2 32U
+#define _chikyuu_PRSBACW0 40U
+#define _chikyuu_PRSBACW1 41U
+#define _chikyuu_PRSBACW2 42U
+
+// end list
--- /dev/null
+# player.PCX demo sprite sheet compiler script
+# (C) 2016 Jonathan Campbell
+
+# *spritesheet declares the section used by the sprite sheet cutting tool
+#
+# Sprites are declared by name (which becomes the .VRL file) at the + in the form:
+# +NAME@ID
+#
+# Sprite names are meant for temporary use when compiling the sprite sheet into VRLs.
+# At some point a longer name might be provided for use in your code.
+# This will fill the CURRENT WORKING DIRECTORY with .VRL files as directed when you
+# run PCXSSCUT, make sure your makefile does this in a temporary directory when
+# you integrate into your build and that your cleanup commands delete these files,
+# and that your .gitignore does not attempt to commit these files.
+
+# this format is a bit crap, but we'll improve it as needed. be patient.
+
+# begin spritesheet section
+*spritesheet
+
+# ---------------- player, walking, blue shirt with white cross. Frame 2/3 could be used for standing still
+
+# player, forward, frame 1/3
++PRSBFCW0@10
+xy=0,0
+wh=16,32
+# player, forward, frame 2/3
++PRSBFCW1@11
+xy=16,0
+wh=16,32
+# player, forward, frame 3/3
++PRSBFCW2@12
+xy=32,0
+wh=16,32
+
+# player, left, frame 1/3
++PRSBLCW0@20
+xy=0,32
+wh=16,32
+# player, left, frame 2/3
++PRSBLCW1@21
+xy=16,32
+wh=16,32
+# player, left, frame 3/3
++PRSBLCW2@22
+xy=32,32
+wh=16,32
+
+# player, right, frame 1/3
++PRSBRCW0@30
+xy=0,64
+wh=16,32
+# player, right, frame 2/3
++PRSBRCW1@31
+xy=16,64
+wh=16,32
+# player, right, frame 3/3
++PRSBRCW2@32
+xy=32,64
+wh=16,32
+
+# player, away, frame 1/3
++PRSBACW0@40
+xy=0,96
+wh=16,32
+# player, away, frame 2/3
++PRSBACW1@41
+xy=16,96
+wh=16,32
+# player, away, frame 3/3
++PRSBACW2@42
+xy=32,96
+wh=16,32
--- /dev/null
+// header file for sprite sheet. AUTO GENERATED, do not edit
+//
+// sheet script: chikyuu.sht
+
+// sprite sheet (sprite IDs)
+#define _chikyuu_PRSBFCW0_sprite 10U
+#define _chikyuu_PRSBFCW1_sprite 11U
+#define _chikyuu_PRSBFCW2_sprite 12U
+#define _chikyuu_PRSBLCW0_sprite 20U
+#define _chikyuu_PRSBLCW1_sprite 21U
+#define _chikyuu_PRSBLCW2_sprite 22U
+#define _chikyuu_PRSBRCW0_sprite 30U
+#define _chikyuu_PRSBRCW1_sprite 31U
+#define _chikyuu_PRSBRCW2_sprite 32U
+#define _chikyuu_PRSBACW0_sprite 40U
+#define _chikyuu_PRSBACW1_sprite 41U
+#define _chikyuu_PRSBACW2_sprite 42U
+// animation list (animation IDs)
+
+// end list