mirror of
https://github.com/luksamuk/engine-psx.git
synced 2025-04-28 13:28:02 +03:00
Remove PSX 30 years assets
This commit is contained in:
parent
703d73d9d9
commit
d92a985cc8
4 changed files with 2 additions and 13 deletions
Binary file not shown.
Before Width: | Height: | Size: 24 KiB |
|
@ -3,9 +3,8 @@
|
|||
|
||||
typedef enum {
|
||||
SLIDE_COMINGSOON = 0,
|
||||
SLIDE_PS30YRS = 1,
|
||||
SLIDE_SEGALOGO = 2,
|
||||
SLIDE_CREATEDBY = 3,
|
||||
SLIDE_SEGALOGO = 1,
|
||||
SLIDE_CREATEDBY = 2,
|
||||
|
||||
SLIDE_NUM_SLIDES = (SLIDE_CREATEDBY + 1),
|
||||
} SlideOption;
|
||||
|
|
3
iso.xml
3
iso.xml
|
@ -258,9 +258,6 @@
|
|||
<file name="SOON.TIM"
|
||||
type="data"
|
||||
source="${PROJECT_SOURCE_DIR}/assets/misc/SOON2.TIM" />
|
||||
<file name="PS30YRS.TIM"
|
||||
type="data"
|
||||
source="${PROJECT_SOURCE_DIR}/assets/misc/PS30YRS.TIM" />
|
||||
<file name="SEGALOGO.TIM"
|
||||
type="data"
|
||||
source="${PROJECT_SOURCE_DIR}/assets/misc/SEGALOGO.TIM" />
|
||||
|
|
|
@ -29,13 +29,6 @@ static volatile const struct {
|
|||
.next_slide = 0xff,
|
||||
.duration = 1500
|
||||
},
|
||||
{
|
||||
.image = "\\MISC\\PS30YRS.TIM;1",
|
||||
.bgm = 0xff,
|
||||
.next = SCREEN_SLIDE,
|
||||
.next_slide = SLIDE_CREATEDBY,
|
||||
.duration = 180
|
||||
},
|
||||
{
|
||||
.image = "\\MISC\\SEGALOGO.TIM;1",
|
||||
.bgm = 0xff,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue