Skip to content

Commit

Permalink
Merge pull request #13 from toastygm/tom
Browse files Browse the repository at this point in the history
Release 0.5.2
  • Loading branch information
toastygm authored Dec 23, 2024
2 parents f3368d7 + 88738e8 commit e22f1f2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
File renamed without changes
6 changes: 3 additions & 3 deletions css/sohl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions scss/components/_top.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.window-content {
background: url("../ui/parchment.jpg") repeat;
background: url("../assets/ui/parchment.jpg") repeat;
font-size: 13px;
color: #191813;
}
Expand Down Expand Up @@ -81,7 +81,7 @@ label.init-checkbox {
.window-content {
overflow-y: hidden;
padding: 5px;
background: url("../ui/parchment.jpg") repeat;
background: url("../assets/ui/parchment.jpg") repeat;
font-size: 13px;
color: #191813;
}
Expand Down
2 changes: 1 addition & 1 deletion scss/global/_hotbar.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#hotbar li.macro {
background: url("../ui/parchment.jpg");
background: url("../assets/ui/parchment.jpg");
// background: rgba(0, 0, 0, 0)
}
4 changes: 2 additions & 2 deletions system.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "sohl",
"title": "Song of Heroic Lands",
"description": "Song of Heroic Lands",
"version": "0.5.1",
"version": "0.5.2",
"authors": [
{
"name": "Toasty",
Expand Down Expand Up @@ -105,7 +105,7 @@
"background": "systems/sohl/assets/ui/sohl-background.webp",
"socket": true,
"manifest": "https://github.com/toastygm/Song-of-Heroic-Lands-FoundryVTT/releases/latest/download/system.json",
"download": "https://github.com/toastygm/Song-of-Heroic-Lands-FoundryVTT/releases/download/v0.5.1/system.zip",
"download": "https://github.com/toastygm/Song-of-Heroic-Lands-FoundryVTT/releases/download/v0.5.2/system.zip",
"grid": {
"distance": 5,
"units": "ft"
Expand Down

0 comments on commit e22f1f2

Please sign in to comment.