8
1
Fork
You've already forked trial-assets
0
Assets for the Trial game engine https://shirakumo.org/docs/trial-assets
  • Common Lisp 100%
Find a file
2026年06月11日 20:05:51 +02:00
data Update promptfont 2026年06月11日 20:05:51 +02:00
docs Doc update 2025年08月21日 16:49:31 +02:00
.gitattributes Logo animation 2025年03月22日 10:21:24 +01:00
.gitignore Logo animation 2025年03月22日 10:21:24 +01:00
assets.lisp Add intensity gradient 2025年08月01日 17:16:56 +02:00
LICENSE Make the licensing explicit 2025年06月17日 19:55:43 +02:00
README.md Make the licensing explicit 2025年06月17日 19:55:43 +02:00
trial-assets.asd Doc update 2025年08月21日 16:49:31 +02:00

Assets for the Trial game engine.

You will need to have Git LFS installed in order to access the resources in this repository.

After cloning the repository, run 'git lfs install', 'git lfs fetch' and 'git lfs checkout' to properly set up the data files and tracking.

To use assets from this, you'll probably want to use a local-nickname like trial-assets and then use the functions // and asset:

(trial-assets:// :heart-in-the-sand)

These are analogous to Trial's versions, except that it automatically coerces the name to be within the trial-assets package and prefixing the pool, reducing redundancy.

Licensing

The license of the code itself is zlib (as per the LICENSE file), but the assets themselves are CC0-1.0 (as per data/LICENSE) unless otherwise stated. If other licensing requirements apply, they will be stated in a README or LICENSE file accompanying the file.