Add background and stuff

This commit is contained in:
AtelierWindows\SilicaAndPina 2018-11-30 16:03:15 +13:00
parent 1e8243b897
commit c80070230b
5 changed files with 27 additions and 4 deletions

View File

@ -61,8 +61,8 @@ vita_create_vpk(${PROJECT_NAME}.vpk ${VITA_TITLEID} eboot.bin
FILE kernel.skprx module/kernel.skprx
FILE user.suprx module/user.suprx
#FILE sce_sys/icon0.png sce_sys/icon0.png
#FILE sce_sys/livearea/contents/bg.png sce_sys/livearea/contents/bg.png
#FILE sce_sys/livearea/contents/startup.png sce_sys/livearea/contents/startup.png
#FILE sce_sys/livearea/contents/template.xml sce_sys/livearea/contents/template.xml
FILE sce_sys/icon0.png sce_sys/icon0.png
FILE sce_sys/livearea/contents/bg0.png sce_sys/livearea/contents/bg0.png
FILE sce_sys/livearea/contents/startup.png sce_sys/livearea/contents/startup.png
FILE sce_sys/livearea/contents/template.xml sce_sys/livearea/contents/template.xml
)

BIN
app/sce_sys/icon0.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<livearea style="a1" format-ver="01.00" content-rev="1">
<livearea-background>
<image>bg0.png</image>
</livearea-background>
<gate>
<startup-image>startup.png</startup-image>
</gate>
<frame id="frame1">
</frame>
<frame id="frame2">
</frame>
<frame id="frame3">
</frame>
</livearea>