]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_in.h
return of the colum and row drawer!
[16.git] / src / lib / 16_in.h
index 5aeecc077fe4d043ae836b52fd58d3aeadabc4a6..1036b6ec8eeaaa7e9294e8fbaa3ee21823a2c50d 100644 (file)
@@ -207,6 +207,18 @@ typedef    struct
 
 typedef        struct
 {
+       int x; //player exact position on the viewable map
+       int y; //player exact position on the viewable map
+       int tx; //player tile position on the viewable map
+       int ty; //player tile position on the viewable map
+       int triggerx; //player's trigger box tile position on the viewable map
+       int triggery; //player's trigger box tile position on the viewable map
+       int setx; //NOT USED YET! player sprite sheet set on the image x
+       int sety; //NOT USED YET! player sprite sheet set on the image y
+       word q; //loop variable
+//     word d; //direction
+       //bitmap_t data; //supposively the sprite sheet data
+       int hp; //hitpoints of the player
        CursorInfo      info;
        ControlType     Controls;
 } player_t;