Skip to content

Commit

Permalink
update livearea
Browse files Browse the repository at this point in the history
  • Loading branch information
mattthw committed May 16, 2020
1 parent 0355f80 commit c8604c6
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 7 deletions.
Binary file modified build/sce_sys/icon0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified build/sce_sys/livearea/contents/bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 23 additions & 7 deletions build/sce_sys/livearea/contents/template.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,37 @@
<?xml version="1.0" encoding="utf-8"?>

<livearea style="a1" format-ver="01.00" content-rev="1">
<livearea style="psmobile" format-ver="01.00" content-rev="1">
<livearea-background>
<image>bg.png</image>
</livearea-background>

<gate>
<startup-image>startup.png</startup-image>
</gate>


<frame id="frame2">
<liveitem>
<text valign="bottom" align="left" text-align="left" text-valign="bottom" line-space="3" ellipsis="on">
<str color="#ffffff" size="50" bold="on" shadow="on">Solitude</str>
</text>
</liveitem>
</frame>

<frame id="frame1">
<frame id="frame3">
<liveitem>
<target>psla:-custom</target>
<text valign="bottom" align="left" text-align="left" word-wrap="off" ellipsis="on">
<str size="20" color="#ffffff" shadow="on">  Launch with custom args</str>
<text valign="top" align="left" text-align="left" text-valign="top" word-wrap="off" ellipsis="off">
<str size="20" color="#ffffff" shadow="on">  Launch with args</str>
</text>
</liveitem>
</frame>

</frame>

<frame id="frame4">
<liveitem>
<text align="left" text-align="left" word-wrap="off" ellipsis="on">
<str size="18" color="#ffffff" shadow="on">v1.0. Thanks to FlamingIce, Rinnegatamante, and other contributors</str>
</text>
</liveitem>
</frame>
</livearea>

0 comments on commit c8604c6

Please sign in to comment.