-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Eight Tracks advanced option to mark inner track starting squares.
See #43
- Loading branch information
Showing
4 changed files
with
48 additions
and
4 deletions.
There are no files selected for viewing
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
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
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 @@ | ||
<?xml version="1.0" encoding="UTF-8"?><crossword-compiler-applet xmlns="http://crossword.info/xml/crossword-compiler-applet"><applet-settings cursor-color="#00b100" selected-cells-color="#80ff80"><completion only-if-correct="true">All done!</completion><actions buttons-layout="left"><reveal-word label="Reveal Word"/><reveal-letter label="Reveal Letter"/><check label="Check"/><solution label="Solution"/><pencil label="Pencil"/></actions></applet-settings><rectangular-puzzle xmlns="http://crossword.info/xml/rectangular-puzzle"><metadata><title>Test title</title><creator>Test creator</creator><copyright>Test copyright</copyright><description>Test description</description></metadata><crossword><grid width="5" height="5"><grid-look numbering-scheme="normal"/><cell x="1" y="1" solution="A" background-color="#C0C0C0"/><cell x="2" y="1" solution="B" background-color="#C0C0C0"/><cell x="3" y="1" solution="C" background-color="#C0C0C0" number="1" left-bar="true"/><cell x="4" y="1" solution="D" background-color="#C0C0C0"/><cell x="5" y="1" solution="E" background-color="#C0C0C0" left-bar="true"/><cell x="1" y="2" solution="P" background-color="#C0C0C0" top-bar="true"/><cell x="2" y="2" solution="A" background-color="#FFFFFF" left-bar="true"/><cell x="3" y="2" solution="C" background-color="#FFFFFF" left-bar="true"/><cell x="4" y="2" solution="E" background-color="#FFFFFF" number="•" top-bar="true" left-bar="true"/><cell x="5" y="2" solution="F" background-color="#C0C0C0"/><cell x="1" y="3" solution="O" background-color="#C0C0C0" number="4"/><cell x="2" y="3" solution="O" background-color="#FFFFFF" top-bar="true"/><cell x="3" y="3" type="block" top-bar="true" left-bar="true"/><cell x="4" y="3" solution="G" background-color="#FFFFFF" top-bar="true" left-bar="true"/><cell x="5" y="3" solution="G" background-color="#C0C0C0" number="2" top-bar="true"/><cell x="1" y="4" solution="N" background-color="#C0C0C0" top-bar="true"/><cell x="2" y="4" solution="M" background-color="#FFFFFF" number="•" top-bar="true"/><cell x="3" y="4" solution="K" background-color="#FFFFFF" top-bar="true" left-bar="true"/><cell x="4" y="4" solution="I" background-color="#FFFFFF" top-bar="true" left-bar="true"/><cell x="5" y="4" solution="H" background-color="#C0C0C0" left-bar="true"/><cell x="1" y="5" solution="M" background-color="#C0C0C0"/><cell x="2" y="5" solution="L" background-color="#C0C0C0" number="3" top-bar="true" left-bar="true"/><cell x="3" y="5" solution="K" background-color="#C0C0C0"/><cell x="4" y="5" solution="J" background-color="#C0C0C0" left-bar="true"/><cell x="5" y="5" solution="I" background-color="#C0C0C0" top-bar="true"/></grid><word id="101"><cells x="3" y="1"/><cells x="4" y="1"/><cells x="5" y="1"/><cells x="5" y="2"/></word><word id="102"><cells x="5" y="3"/><cells x="5" y="4"/><cells x="5" y="5"/><cells x="4" y="5"/><cells x="3" y="5"/></word><word id="103"><cells x="2" y="5"/><cells x="1" y="5"/><cells x="1" y="4"/></word><word id="104"><cells x="1" y="3"/><cells x="1" y="2"/><cells x="1" y="1"/><cells x="2" y="1"/></word><word id="2"><cells x="2" y="2"/><cells x="2" y="3"/><cells x="2" y="4"/><cells x="3" y="4"/><cells x="4" y="4"/><cells x="4" y="3"/><cells x="4" y="2"/><cells x="3" y="2"/></word><clues><title><b>Track 1</b></title><clue word="101" number="1">Clue 1 (4)</clue><clue word="102" number="2">Clue 2 (5)</clue><clue word="103" number="3">Clue 3 (3)</clue><clue word="104" number="4">Clue 4 (4)</clue></clues><clues><title><b>Other tracks</b></title><clue word="2" number="2(–)">Clue 1 (4) / Clue 2 (4)</clue></clues></crossword></rectangular-puzzle></crossword-compiler-applet> |
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