use prerendered screen and remove sprite rotation

(cherry picked from commit 3783a98f95)
This commit is contained in:
2026-04-25 07:35:00 +02:00
parent 02e1e4c6b3
commit d5e9dde21d
8 changed files with 44 additions and 351 deletions

View File

@@ -2,17 +2,9 @@ pub const sprites.width = 5
pub const sprites.height = 5 ; unused as sprite are all square
pub const sprites.size = 25 ; height x width
pub const sprites.rotation_0 = 0
pub const sprites.rotation_90 = 1
pub const sprites.rotation_180 = 2
pub const sprites.rotation_270 = 3
pub const sprites.empty = 0
pub const sprites.unimplemented = 1
pub const sprites.wall_end = 2
pub const sprites.wall_straight = 3
pub const sprites.wall_corner = 4
pub const sprites.robot = 5
pub const sprites.ghost = 6
pub const sprites.coin = 7
pub const sprites.max = 7 ; for lookup table
pub const sprites.robot = 2
pub const sprites.ghost = 3
pub const sprites.coin = 4
pub const sprites.max = 4 ; for lookup table