chore: init clean tree

This commit is contained in:
2025-12-17 23:19:04 +02:00
commit 01d96d3200
45 changed files with 4152 additions and 0 deletions

13
asset/.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
font/*
AUDIO_APPEARANCE.png
AUDIO_ANOTHERHIM.ogg
AUDIO_DRONE.ogg
goner_bg_loop.mkv
snd_menumove.wav
snd_select.wav
*
!chr/
!.gitignore
!icon.png
!preview.png
!README.md

61
asset/README.md Normal file
View File

@@ -0,0 +1,61 @@
## 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 games 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
```

5
asset/chr/.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
kris.png
noelle.png
ralsei.png
susie.png
!.gitignore

BIN
asset/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

BIN
asset/preview.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 MiB