mirror of
https://github.com/stevenhowes/CTheEscape.git
synced 2026-05-26 15:53:29 +01:00
Save 23052 bytes of sprite by removing blank areas
This commit is contained in:
Binary file not shown.
+2
-1
@@ -169,7 +169,8 @@ void intro()
|
||||
sound_composition_element_add(currentstart,4,sound_note("F2"),100);
|
||||
currentstart += 100;
|
||||
|
||||
draw_sprite("tng",320,400);
|
||||
draw_sprite("tng_st",320,600);
|
||||
draw_sprite("tng_te",425,500);
|
||||
sound_composition_start(clock());
|
||||
|
||||
while(sound_composition_incomplete())
|
||||
|
||||
Reference in New Issue
Block a user