Skip to content

Commit

Permalink
New job queueing, automatic multi-tool, icons for UI, canvas overlay …
Browse files Browse the repository at this point in the history
…for highlighting
  • Loading branch information
Archer6621 committed May 24, 2023
1 parent c8def97 commit 3467da7
Show file tree
Hide file tree
Showing 12 changed files with 997 additions and 250 deletions.
49 changes: 49 additions & 0 deletions public/dot-m.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 49 additions & 0 deletions public/dot-s.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 49 additions & 0 deletions public/dot-xs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 49 additions & 0 deletions public/dot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 49 additions & 0 deletions public/icons/dot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions quasar.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ module.exports = configure(function (/* ctx */) {

"roboto-font", // optional, you are not bound to it
"material-icons", // optional, you are not bound to it
"fontawesome-v6",
],

// Full list of options: https://v2.quasar.dev/quasar-cli-vite/quasar-config-js#build
Expand Down
4 changes: 2 additions & 2 deletions src/assets/data/0_paper_tileset.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"paintable": true,
"generate": true,
"color": [0, 0, 0],
"children": { "water": 1, "land": 1, "village": 1 },
"children": { "water": 0.1, "land": 1, "village": 1 },
"adjacencies": {
"U": ["root"],
"D": ["root"],
Expand Down Expand Up @@ -88,7 +88,7 @@
"paintable": true,
"generate": true,
"color": [190, 0, 190],
"children": { "water": 1, "sand": 1, "grass": 1, "house": 10 },
"children": { "water": 1, "grass": 1, "house": 10 },
"adjacencies": {
"U": ["village"],
"D": ["village"],
Expand Down
Loading

0 comments on commit 3467da7

Please sign in to comment.