mirror of
https://github.com/stevenhowes/CTheEscape.git
synced 2026-05-26 15:53:29 +01:00
Remove/tweak more sprites
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -584,8 +584,6 @@ int game2_tick()
|
||||
}
|
||||
}
|
||||
|
||||
draw_sprite("commspanel",1000,DISPLAY_Y-164);
|
||||
|
||||
TilePlayer.rawtile = (TilePlayer.mapoffset.Y) + TilePlayer.localtile.Y + (TilePlayer.mapoffset.X * 100) + (TilePlayer.localtile.X * 100);
|
||||
|
||||
if(editsmart == 1)
|
||||
|
||||
+3
-4
@@ -997,10 +997,9 @@ void game1_victory()
|
||||
|
||||
void game_draw_comms(char* msg)
|
||||
{
|
||||
draw_sprite("commspanel",4,DISPLAY_Y-164);
|
||||
draw_spritetext(
|
||||
msg
|
||||
, 80, DISPLAY_Y-80);
|
||||
// TODO: Need to scale this properly once font/text is final
|
||||
draw_sprite("commspan1",4,DISPLAY_Y-164);
|
||||
draw_spritetext(msg, 80, DISPLAY_Y-80);
|
||||
}
|
||||
|
||||
int game1_tick()
|
||||
|
||||
Reference in New Issue
Block a user