aboutsummaryrefslogtreecommitdiff
path: root/examples/demos/n00bdemo/data.xml
diff options
context:
space:
mode:
authorJohn Wilbert M. Villamor <lameguy64@gmail.com>2020-04-24 19:01:28 +0800
committerJohn Wilbert M. Villamor <lameguy64@gmail.com>2020-04-24 19:01:28 +0800
commit1aa0e17df7c325a41de8cf8a57f52ed853f08bf3 (patch)
tree5ec7f69ca0104f2b0a41e2ee7d3cb0cf0c9c54c5 /examples/demos/n00bdemo/data.xml
parente82da2abe4c264d4b48a48d79cf9b8e4c4fb8ab6 (diff)
downloadpsn00bsdk-1aa0e17df7c325a41de8cf8a57f52ed853f08bf3.tar.gz
Refined toolchain instructions, organized examples, added automatic retry for CdRead(), added FIOCSCAN ioctl in psxsio TTY driver, added tty and console examples.
Diffstat (limited to 'examples/demos/n00bdemo/data.xml')
-rw-r--r--examples/demos/n00bdemo/data.xml49
1 files changed, 49 insertions, 0 deletions
diff --git a/examples/demos/n00bdemo/data.xml b/examples/demos/n00bdemo/data.xml
new file mode 100644
index 0000000..292a325
--- /dev/null
+++ b/examples/demos/n00bdemo/data.xml
@@ -0,0 +1,49 @@
+<lzp_project>
+
+ <create packname="textures.qlp" format="qlp">
+
+ <file alias="petscum">data/petscum16c.tim</file>
+ <file alias="bungirl">data/bungirl.tim</file>
+
+ <!-- These are for the timerift background -->
+ <file alias="clocktex">data/clktower.tim</file>
+ <file alias="riftbldg1">data/riftbld1.tim</file>
+ <file alias="riftbldg2">data/riftbld2.tim</file>
+ <file alias="hatkid">data/hatkid.tim</file>
+
+ <file alias="celmap">data/celmapi.tim</file>
+
+ <file alias="lamelotl">data/lamelotl16c.tim</file>
+ <file alias="n00blogo">data/n00blogo-pixel.tim</file>
+ <file alias="font">data/font.tim</file>
+
+ </create>
+
+ <create packname="data.lzp" format="lzp">
+
+ <!-- intro assets -->
+ <file alias="mtekdisk">data/mtekdisk.smd</file>
+ <file alias="mtektext">data/mtektext.smd</file>
+ <file alias="starsprite">data/star.smd</file>
+ <file alias="psn00blogo">data/psn00blogo.smd</file>
+ <file alias="n00blogo">data/logo.smd</file>
+
+ <!-- lighting demo assets -->
+ <file alias="lightworld">data/petscum.smd</file>
+ <file alias="lightbulb">data/bulb.smd</file>
+
+ <!-- Hi-res bungirl demo assets -->
+ <file alias="bungirl">data/bungirl.smd</file>
+
+ <file alias="starmask">data/star_mask.smd</file>
+ <file alias="timerift">data/timerift.smd</file>
+ <file alias="rbowshade">data/rbowshade.smd</file>
+
+ <file alias="hatkid">data/hatkid.smd</file>
+
+ <!-- Global textures -->
+ <file alias="textures">textures.qlp</file>
+
+ </create>
+
+</lzp_project> \ No newline at end of file