Fix player sprite rendering.
This commit is contained in:
parent
d9714fb284
commit
98707059b6
2 changed files with 19 additions and 13 deletions
|
@ -29,6 +29,6 @@ function render_debug_info()
|
|||
print(camera_pos[2], 16, 8, 15)
|
||||
print(facing[1], 0, 16, 15)
|
||||
print(facing[2], 16, 16, 15)
|
||||
print(player_lookup[facing], 0, 24, 15)
|
||||
print(fget(mget(camera_pos[1]+8, camera_pos[2]+8)), 0, 24, 15)
|
||||
clip()
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue