You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
608 B
18 lines
608 B
3 years ago
|
# Sketchy Maze Assets
|
||
|
|
||
|
This repo contains the game's built-in artwork (doodads and levels). The
|
||
|
assets here are licensed separately from the game's source code.
|
||
|
|
||
|
The contents of this repository is copyright (C) 2021 Noah Petherbridge.
|
||
|
All rights reserved. Not for redistribution outside of official builds of
|
||
|
Sketchy Maze.
|
||
|
|
||
|
## Doodads
|
||
|
|
||
|
The doodads are in source form (png's and scripts) and need compiling.
|
||
|
They'll write and copy their outputs to "./assets/doodads" relative to
|
||
|
the root of this git repo.
|
||
|
|
||
|
Make sure the `doodad` program is on your $PATH and the build.sh script
|
||
|
will compile all the doodads.
|