Add PlayStation 30 years logo

This commit is contained in:
Lucas S. Vieira 2024-12-03 23:27:28 -03:00 committed by Lucas Vieira
parent c9c94954c8
commit 95604e0dc5
4 changed files with 4 additions and 1 deletions

BIN
assets/fmv/PS30YRS.STR Normal file

Binary file not shown.

BIN
assets/fmv/PS30YRS.mp4 Normal file

Binary file not shown.

View file

@ -355,6 +355,9 @@
<file name="SONICT.STR"
type="mixed"
source="${PROJECT_SOURCE_DIR}/assets/fmv/SONICT.STR" />
<file name="PS30YRS.STR"
type="mixed"
source="${PROJECT_SOURCE_DIR}/assets/fmv/PS30YRS.STR" />
<dummy sectors="1024"/>
</directory_tree>

View file

@ -54,7 +54,7 @@ screen_disclaimer_update(void *d)
} else {
// Prepare intro, but also prepare level
screen_fmv_set_next(SCREEN_TITLE);
screen_fmv_enqueue("\\SONICT.STR;1");
screen_fmv_enqueue("\\PS30YRS.STR;1");
scene_change(SCREEN_FMV);
}
}