-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from zikpefu/polishing_zachary
added more buttons, changed readme, and styling
- Loading branch information
Showing
32 changed files
with
14,254 additions
and
666 deletions.
There are no files selected for viewing
Binary file modified
BIN
+1.55 KB
(100%)
PaintByNumbersProject/.vs/PaintByNumbersProject/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
Binary file modified
BIN
-269 Bytes
(54%)
PaintByNumbersProject/.vs/PaintByNumbersProject/v17/.futdcache.v1
Binary file not shown.
Binary file not shown.
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
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 |
---|---|---|
@@ -1,3 +1,10 @@ | ||
<button type="button" class="button1 btn" id="1" onclick="toolbox.selectedTool.changeFill(this)">1</button> | ||
<button type="button" class="button2 btn" id="2" onclick="toolbox.selectedTool.changeFill(this)">2</button> | ||
<button type="button" class="button3 btn" id="3" onclick="toolbox.selectedTool.changeFill(this)">3</button> | ||
<button type="button" class="button3 btn" id="3" onclick="toolbox.selectedTool.changeFill(this)">3</button> | ||
<button type="button" class="button4 btn" id="4" onclick="toolbox.selectedTool.changeFill(this)">4</button> | ||
<button type="button" class="button5 btn" id="5" onclick="toolbox.selectedTool.changeFill(this)">5</button> | ||
<button type="button" class="button6 btn" id="6" onclick="toolbox.selectedTool.changeFill(this)">6</button> | ||
<button type="button" class="button7 btn" id="7" onclick="toolbox.selectedTool.changeFill(this)">7</button> | ||
<button type="button" class="button8 btn" id="8" onclick="toolbox.selectedTool.changeFill(this)">8</button> | ||
<button type="button" class="button9 btn" id="9" onclick="toolbox.selectedTool.changeFill(this)">9</button> | ||
<button type="button" class="button10 btn" id="10" onclick="toolbox.selectedTool.changeFill(this)">10</button> |
Binary file modified
BIN
+2 KB
(100%)
PaintByNumbersProject/bin/Debug/net6.0/PaintByNumbersProject.dll
Binary file not shown.
Binary file modified
BIN
+512 Bytes
(100%)
PaintByNumbersProject/bin/Debug/net6.0/PaintByNumbersProject.exe
Binary file not shown.
Binary file modified
BIN
+680 Bytes
(100%)
PaintByNumbersProject/bin/Debug/net6.0/PaintByNumbersProject.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
PaintByNumbersProject/bin/Debug/net6.0/PaintByNumbersProject.staticwebassets.runtime.json
Large diffs are not rendered by default.
Oops, something went wrong.
114 changes: 57 additions & 57 deletions
114
...sProject/obj/Debug/net6.0/PaintByNumbersProject.GeneratedMSBuildEditorConfig.editorconfig
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
+4.52 KB
(100%)
PaintByNumbersProject/obj/Debug/net6.0/PaintByNumbersProject.assets.cache
Binary file not shown.
Binary file modified
BIN
+212 KB
(200%)
PaintByNumbersProject/obj/Debug/net6.0/PaintByNumbersProject.csproj.AssemblyReference.cache
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
PaintByNumbersProject/obj/Debug/net6.0/PaintByNumbersProject.csproj.CoreCompileInputs.cache
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 |
---|---|---|
@@ -1 +1 @@ | ||
bb82ab4d8a89895eb0bd1f0abf404dfa9a66f1c3 | ||
2336ffb1eba653102c05d1504d7ceb0693a0138a |
272 changes: 272 additions & 0 deletions
272
PaintByNumbersProject/obj/Debug/net6.0/PaintByNumbersProject.csproj.FileListAbsolute.txt
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
+2 KB
(100%)
PaintByNumbersProject/obj/Debug/net6.0/PaintByNumbersProject.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
PaintByNumbersProject/obj/Debug/net6.0/PaintByNumbersProject.genruntimeconfig.cache
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 |
---|---|---|
@@ -1 +1 @@ | ||
e54f1e24f2251e23afaaa5e678626d1a26876e06 | ||
e59c76f9e9d3416be0d2f3340999909eca9e26d2 |
Binary file modified
BIN
+680 Bytes
(100%)
PaintByNumbersProject/obj/Debug/net6.0/PaintByNumbersProject.pdb
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
749 changes: 383 additions & 366 deletions
749
PaintByNumbersProject/obj/Debug/net6.0/staticwebassets.build.json
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
PaintByNumbersProject/obj/Debug/net6.0/staticwebassets.development.json
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.