mirror of
https://github.com/stevenhowes/CTheEscape.git
synced 2026-05-27 00:03:27 +01:00
Fix clipping issues (some)
This commit is contained in:
Binary file not shown.
+2
-2
@@ -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.
Reference in New Issue
Block a user