62 lines
2.0 KiB
Markdown
62 lines
2.0 KiB
Markdown
## Asset & Copyright Disclaimer
|
||
|
||
This repository does **not** include any copyrighted assets from *DELTARUNE*. No game assets are distributed here.
|
||
|
||
No game assets are distributed with this repository. You will need to find and extract the assets yourself, provided you bought [the game](https://store.steampowered.com/app/1671210/DELTARUNE/). (Or are using the free demo from Steam)
|
||
|
||
|
||
*DELTARUNE* and all related assets are © Toby Fox.
|
||
|
||
This is a fan-made, non-commercial project and is not affiliated with or endorsed by the game’s creators.
|
||
|
||
### Asset layout
|
||
|
||
These files are not included in this repository and must be supplied by the user.
|
||
|
||
```
|
||
src/asset
|
||
├── AUDIO_ANOTHERHIM.ogg
|
||
├── AUDIO_APPEARANCE.wav
|
||
├── AUDIO_DRONE.ogg
|
||
├── bg_fountain1_0.png
|
||
├── chr
|
||
│ ├── kris.png
|
||
│ ├── noelle.png
|
||
│ ├── ralsei.png
|
||
│ └── susie.png
|
||
├── font
|
||
│ ├── fnt_comicsans.png
|
||
│ ├── fnt_dotumche.png
|
||
│ ├── fnt_ja_comicsans.png
|
||
│ ├── fnt_ja_dotumche.png
|
||
│ ├── fnt_ja_mainbig.png
|
||
│ ├── fnt_ja_main.png
|
||
│ ├── fnt_ja_small.png
|
||
│ ├── fnt_ja_tinynoelle.png
|
||
│ ├── fnt_mainbig.png
|
||
│ ├── fnt_main.png
|
||
│ ├── fnt_small.png
|
||
│ ├── fnt_tinynoelle.png
|
||
│ ├── glyphs_fnt_comicsans.csv
|
||
│ ├── glyphs_fnt_dotumche.csv
|
||
│ ├── glyphs_fnt_ja_comicsans.csv
|
||
│ ├── glyphs_fnt_ja_dotumche.csv
|
||
│ ├── glyphs_fnt_ja_mainbig.csv
|
||
│ ├── glyphs_fnt_ja_main.csv
|
||
│ ├── glyphs_fnt_ja_small.csv
|
||
│ ├── glyphs_fnt_ja_tinynoelle.csv
|
||
│ ├── glyphs_fnt_mainbig.csv
|
||
│ ├── glyphs_fnt_main.csv
|
||
│ ├── glyphs_fnt_small.csv
|
||
│ └── glyphs_fnt_tinynoelle.csv
|
||
├── goner_bg_loop.mp4
|
||
├── goner_bg.mkv
|
||
├── icon.png
|
||
├── IMAGE_DEPTH_0.png
|
||
├── IMAGE_SOUL_BLUR_0.png
|
||
├── preview.png
|
||
├── README.md
|
||
├── snd_menumove.wav
|
||
└── snd_select.wav
|
||
```
|