actor: Adjusted draw routine y and x coordinates
authorLukas Krickl <lukas@krickl.dev>
Fri, 19 Dec 2025 12:28:08 +0000 (13:28 +0100)
committerLukas Krickl <lukas@krickl.dev>
Fri, 19 Dec 2025 12:28:08 +0000 (13:28 +0100)
This makes the perspective look better.

src/actor.s

index d0470269d04595aa4621b29c34d1fb0ae80339f4..fef365143ce070804d6043c95ae552520b987d09 100644 (file)
@@ -1,9 +1,9 @@
 
-#define ACT_FAR_Y 60
+#define ACT_FAR_Y 76
 #define ACT_FAR_X 80
 
-#define ACT_FURTHEST_Y 60
-#define ACT_FURTHEST_X 80
+#define ACT_FURTHEST_Y 66
+#define ACT_FURTHEST_X 84
 
        ; vectors for each direction
        ; SOUTH, NORTH, WEST, EAST