Skip to content

Commit

Permalink
fix livearea , cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
devingDev committed Jun 12, 2017
1 parent 7c82d4c commit 34e4273
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 338 deletions.
Empty file modified CMakeLists.txt
100755 → 100644
Empty file.
266 changes: 0 additions & 266 deletions Makefile

This file was deleted.

Binary file removed psp2core-1496771510-0x00035b2d41-eboot.bin.psp2dmp
Binary file not shown.
115 changes: 43 additions & 72 deletions sce_sys/livearea/contents/template.xml
Original file line number Diff line number Diff line change
@@ -1,72 +1,43 @@
<?xml version="1.0" encoding="utf-8"?>

<livearea style="a5" 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="frame1">
<liveitem>
<text valign="bottom" align="left" text-align="left" text-valign="bottom" line-space="3" ellipsis="on">
<str color="#546293" size="50" bold="on" shadow="on"></str>
</text>
</liveitem>
</frame>

<frame id="frame2">
<liveitem>
<text valign="top" align="left" text-align="left" text-valign="top" line-space="2" ellipsis="on">
<str size="22" color="#546293" shadow="on"></str>
</text>
</liveitem>
</frame>


<frame id="frame3">
<liveitem>
<text align="left" text-align="right" margin-top="22" word-wrap="off" ellipsis="on">
<str size="18" color="#546293" shadow="on"></str>
</text>
</liveitem>
</frame>

<frame id="frame4">
<liveitem>
<text align="left" text-align="right" margin-top="18" word-wrap="off" ellipsis="on">
<str size="18" color="#546293" shadow="on"></str>
</text>
</liveitem>
</frame>

<frame id="frame5">
<liveitem>
<text align="left" text-align="right" word-wrap="off" ellipsis="on">
<str size="18" color="#546293" shadow="on"></str>
</text>
</liveitem>
</frame>

<frame id="frame6">
<liveitem>
<text align="left" text-align="left" word-wrap="off" ellipsis="on">
<str size="18" oblique="on" color="#546293" shadow="on"></str>
</text>
</liveitem>
</frame>

<frame id="frame7">
<liveitem>
<text align="right" text-align="right" word-wrap="off" ellipsis="on" margin-bottom="6" margin-right="6">
<str bold="on" emboss="on" size="32.0" color="#546293" shadow="on"></str>
</text>
</liveitem>
</frame>




</livearea>
<?xml version="1.0" encoding="utf-8"?>

<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="#546293" size="50" bold="on" shadow="on">VitaCord</str>
</text>
</liveitem>
</frame>

<frame id="frame3">
<liveitem>
<text valign="top" align="left" text-align="left" text-valign="top" line-space="2" ellipsis="on">
<str size="22" color="#546293" shadow="on">by coderx3</str>
</text>
</liveitem>
</frame>

<frame id="frame4">
<liveitem>
<text align="left" text-align="left" word-wrap="off" ellipsis="on">
<str size="18" color="#546293" shadow="on">v1.05</str>
</text>
</liveitem>
</frame>

<frame id="frame5">
<liveitem>
<text align="right" text-align="left" word-wrap="off" ellipsis="on">
<str size="18" color="#546293" shadow="on">LiveArea by T3CHNOLOG1C</str>
</text>
</liveitem>
</frame>
</livearea>
File renamed without changes.
Binary file modified vita_cord.vpk
Binary file not shown.

0 comments on commit 34e4273

Please sign in to comment.