diff options
| author | John Wilbert M. Villamor <lameguy64@gmail.com> | 2020-04-24 19:01:28 +0800 |
|---|---|---|
| committer | John Wilbert M. Villamor <lameguy64@gmail.com> | 2020-04-24 19:01:28 +0800 |
| commit | 1aa0e17df7c325a41de8cf8a57f52ed853f08bf3 (patch) | |
| tree | 5ec7f69ca0104f2b0a41e2ee7d3cb0cf0c9c54c5 /examples/n00bdemo/data.xml | |
| parent | e82da2abe4c264d4b48a48d79cf9b8e4c4fb8ab6 (diff) | |
| download | psn00bsdk-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/n00bdemo/data.xml')
| -rw-r--r-- | examples/n00bdemo/data.xml | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/examples/n00bdemo/data.xml b/examples/n00bdemo/data.xml deleted file mode 100644 index 292a325..0000000 --- a/examples/n00bdemo/data.xml +++ /dev/null @@ -1,49 +0,0 @@ -<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 |
