Fix clipping issues (some)

This commit is contained in:
stevenhowes
2021-04-18 20:50:57 +01:00
parent c7237b1c59
commit b2d519da39
3 changed files with 2 additions and 2 deletions
Binary file not shown.
+2 -2
View File
@@ -202,8 +202,8 @@ void game2_setup()
screen_clear(); screen_clear();
screen_flipbuffer(); screen_flipbuffer();
screen_clear(); screen_clear();
TilePlayer.location.X = 100; TilePlayer.location.X = 125;
TilePlayer.location.Y = 100; TilePlayer.location.Y = 125;
TilePlayer.hitbox_bl.X = 0; TilePlayer.hitbox_bl.X = 0;
TilePlayer.hitbox_bl.Y = 0; TilePlayer.hitbox_bl.Y = 0;
TilePlayer.hitbox_tr.X = 60; TilePlayer.hitbox_tr.X = 60;
Binary file not shown.