mirror of
https://github.com/luksamuk/engine-psx.git
synced 2025-04-28 13:28:02 +03:00
Add PlayStation 30 years logo
This commit is contained in:
parent
c9c94954c8
commit
95604e0dc5
4 changed files with 4 additions and 1 deletions
BIN
assets/fmv/PS30YRS.STR
Normal file
BIN
assets/fmv/PS30YRS.STR
Normal file
Binary file not shown.
BIN
assets/fmv/PS30YRS.mp4
Normal file
BIN
assets/fmv/PS30YRS.mp4
Normal file
Binary file not shown.
3
iso.xml
3
iso.xml
|
@ -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>
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue