Desert-2of2 Workaround

* Adds Invisible Warp Door graphic to region doodads.xcf
* Desert-2of2 places it where the player gets stuck, so they can press
  Space to get out of it w/o the ghost mode cheat code
master
Noah 2022-01-02 19:03:59 -08:00
parent 7b21fba20d
commit 99d62f75b2
4 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ doodad levelpack create -t Tutorial -d "Learn how to play the game." \
# First Quest
doodad levelpack create -t "First Quest" -d "The first story mode campaign." \
-a "$AUTHOR" --doodads none \
-a "$AUTHOR" --doodads none --free 1 \
"levelpacks/000001-FIRST-QUEST.levelpack" \
"./src/FirstQuest/Castle.level" \
"./src/FirstQuest/Boat.level" \