An exmaple webapp that uses the Loot Layer method for creating Loot visuals.
For those that know what Node is:
$ npm install
$ npm start
For those that do not know what Node is:
- Download this repository
- Unzip
- Open up Terminal.app
- Type
cd
in the terminal. NOTE - The space aftercd
is important. - Open the
loot-layers-playground
folder in Finder. - Click and drag the
build
directory to the terminal. - Click Enter
- Copy and paste into terminal:
python3 -m http.server
- Go here
Here's a video showing the process: https://www.youtube.com/watch?v=i3UDItm82ak
All the examples are in the src/img/
directory.
-
example1
shows the use of Background (character_imgs/bg.png
), Foreground (character_imgs/fg.png
), and a Full Healm (character_imgs/head/name/full_helm.png
). You can see the Full Healm get rendered when you select Bag #8. -
example2
shows the full layer pack used for Loot Character -
example3
is a clean slate. All empty pngs. Have fun!