-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create 5x5 Star Battle 1 star Normal 1.xml
Extra folder to store deleted files
- Loading branch information
1 parent
defc105
commit b6cd149
Showing
1 changed file
with
53 additions
and
0 deletions.
There are no files selected for viewing
53 changes: 53 additions & 0 deletions
53
puzzles files/starbattle/Extra/5x5 Star Battle 1 star Normal 1.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?> | ||
<Legup version="2.0.0"> | ||
<puzzle name="StarBattle"> | ||
<board size="5" puzzle_num="1"> | ||
<region> | ||
<cells> | ||
<cell value="0" x="0" y="0"/> | ||
<cell value="0" x="0" y="1"/> | ||
<cell value="0" x="1" y="1"/> | ||
</cells> | ||
</region> | ||
<region> | ||
<cells> | ||
<cell value="0" x="1" y="0"/> | ||
<cell value="0" x="2" y="0"/> | ||
<cell value="0" x="2" y="1"/> | ||
<cell value="0" x="0" y="2"/> | ||
<cell value="0" x="1" y="2"/> | ||
<cell value="0" x="2" y="2"/> | ||
<cell value="0" x="3" y="2"/> | ||
<cell value="0" x="4" y="2"/> | ||
<cell value="0" x="0" y="3"/> | ||
<cell value="0" x="1" y="3"/> | ||
<cell value="0" x="2" y="3"/> | ||
<cell value="0" x="3" y="3"/> | ||
<cell value="0" x="2" y="4"/> | ||
<cell value="0" x="3" y="4"/> | ||
<cell value="0" x="4" y="4"/> | ||
</cells> | ||
</region> | ||
<region> | ||
<cells> | ||
<cell value="0" x="3" y="0"/> | ||
<cell value="0" x="4" y="0"/> | ||
<cell value="0" x="3" y="1"/> | ||
<cell value="0" x="4" y="1"/> | ||
</cells> | ||
</region> | ||
<region> | ||
<cells> | ||
<cell value="0" x="4" y="3"/> | ||
</cells> | ||
</region> | ||
<region> | ||
<cells> | ||
<cell value="0" x="0" y="4"/> | ||
<cell value="0" x="1" y="4"/> | ||
</cells> | ||
</region> | ||
</board> | ||
</puzzle> | ||
<solved isSolved="false" lastSaved="--"/> | ||
</Legup> |