Add levelpacks

master
Noah 2021-12-26 20:28:06 -08:00
commit 1eb144d89f
8 changed files with 24 additions and 0 deletions

24
levelpacks/build.sh Executable file
View File

@ -0,0 +1,24 @@
#!/bin/bash
# NOTE: `doodad` should be on your $PATH.
# Run this script from its folder.
AUTHOR="Noah P"
# Tutorial Levelpack
doodad levelpack create -t Tutorial -d "Learn how to play the game." \
-a "$AUTHOR" --doodads none \
"levelpacks/000000-TUTORIAL.levelpack" \
"../levels/Tutorial 1.level" \
"../levels/Tutorial 2.level" \
"../levels/Tutorial 3.level"
# First Quest
doodad levelpack create -t "First Quest" -d "The first story mode campaign." \
-a "$AUTHOR" --doodads none \
"levelpacks/000001-FIRST-QUEST.levelpack" \
"./src/FirstQuest/Boat.level" \
"./src/FirstQuest/Castle.level" \
"./src/FirstQuest/Desert-1of2.level" \
"./src/FirstQuest/Desert-2of2.level" \
"./src/FirstQuest/Thief 1.level"

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.