Add levelpacks
This commit is contained in:
commit
1eb144d89f
24
levelpacks/build.sh
Executable file
24
levelpacks/build.sh
Executable 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"
|
BIN
levelpacks/levelpacks/000000-TUTORIAL.levelpack
Normal file
BIN
levelpacks/levelpacks/000000-TUTORIAL.levelpack
Normal file
Binary file not shown.
BIN
levelpacks/levelpacks/000001-FIRST-QUEST.levelpack
Normal file
BIN
levelpacks/levelpacks/000001-FIRST-QUEST.levelpack
Normal file
Binary file not shown.
BIN
levelpacks/src/FirstQuest/Boat.level
Normal file
BIN
levelpacks/src/FirstQuest/Boat.level
Normal file
Binary file not shown.
BIN
levelpacks/src/FirstQuest/Castle.level
Normal file
BIN
levelpacks/src/FirstQuest/Castle.level
Normal file
Binary file not shown.
BIN
levelpacks/src/FirstQuest/Desert-1of2.level
Normal file
BIN
levelpacks/src/FirstQuest/Desert-1of2.level
Normal file
Binary file not shown.
BIN
levelpacks/src/FirstQuest/Desert-2of2.level
Normal file
BIN
levelpacks/src/FirstQuest/Desert-2of2.level
Normal file
Binary file not shown.
BIN
levelpacks/src/FirstQuest/Thief 1.level
Normal file
BIN
levelpacks/src/FirstQuest/Thief 1.level
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user