diff --git a/less/character-sheet.less b/less/character-sheet.less index f181f2d..4a5eec3 100644 --- a/less/character-sheet.less +++ b/less/character-sheet.less @@ -379,4 +379,21 @@ border-radius: 10px; } + .bgCurve1 { + position: absolute; + background-color: #5e0000; + width: 126px; + height: 100px; + left: 216px; + top: 186px; + } + + .bgCurve2 { + position: absolute; + background-color: #5e0000; + width: 100px; + height: 60px; + left: 342px; + top: 126px; + } } diff --git a/pokemon.css b/pokemon.css index 76bb4a4..8de2ced 100644 --- a/pokemon.css +++ b/pokemon.css @@ -315,3 +315,19 @@ background-color: #0006; border-radius: 10px; } +.pokemon.sheet.characterSheet .bgCurve1 { + position: absolute; + background-color: #5e0000; + width: 126px; + height: 100px; + left: 216px; + top: 186px; +} +.pokemon.sheet.characterSheet .bgCurve2 { + position: absolute; + background-color: #5e0000; + width: 100px; + height: 60px; + left: 342px; + top: 126px; +} diff --git a/system.json b/system.json index 66ea96e..efb10b0 100644 --- a/system.json +++ b/system.json @@ -1,5 +1,5 @@ { - "version": "0.0.34", + "version": "0.0.35", "id": "pokemon", "title": "Pokémon TTRPG", "description": "A Pokémon TTRPG", diff --git a/system.zip b/system.zip index 0f4b3c5..d63b705 100644 Binary files a/system.zip and b/system.zip differ diff --git a/templates/sheets/character/sidebar.hbs b/templates/sheets/character/sidebar.hbs index 17dbda2..8e4446e 100644 --- a/templates/sheets/character/sidebar.hbs +++ b/templates/sheets/character/sidebar.hbs @@ -63,4 +63,6 @@
+ + \ No newline at end of file