Fix credits starfield and zorblaxx scroller reset

This commit is contained in:
jimmystones
2022-01-30 19:44:20 +00:00
parent 7f3dbd9994
commit 6e863b41ac
3 changed files with 838 additions and 834 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -41,7 +41,7 @@ void app_credits()
enable_starfield();
set_starfield_speed_x(0);
set_starfield_speed_y(-0.1f);
set_starfield_speed_y(-16);
tilemap_offset_x = 0;
tilemap_offset_y = 0;

View File

@@ -157,6 +157,9 @@ void intro_loop()
{
clear_bgcolor(transparent_char);
clear_tilemap();
tilemap_offset_x = 0;
scroller_pos = 0;
// Start intro music loop
play_music_if(const_music_maintheme, 1);