Skip to content

Commit

Permalink
Image cosmetics in Readme & Chatinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
coffiarts committed Dec 17, 2023
1 parent cd1d37a commit 139665c
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 12 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@
- finalize readme

# Lock The Sheets! for Foundry VTT
<table style="border:0">
<table style="border:0;width:840px">
<tr>
<td><img src="src/lock-the-sheets/artwork/lock-the-sheets-logo.png" alt="Lock The Sheets! Logo"/></td>
<td><span style="color:#da6502"></span><br/>
<td colspan="2"><img src="src/lock-the-sheets/artwork/lock-the-sheets-banner.jpg" width="840" alt="Lock The Sheets! Logo"/></td>
</tr>
<tr>
<td style="width:200px"><img src="src/lock-the-sheets/artwork/lock-the-sheets-macro-button.png" width="200" alt="Lock The Sheets! Macro Button"/></td>
<td style="width:640px"><br/>
<br/>
<i><strong>Be a gatekeeper! Be the keymaster!</strong><br/>
<br/>
Lock and unlock all character sheets at once with just one click.<br/>
Never ever watch your players accidentally delete that beloved item from their inventory again ("Uuuugh... NOOOOO!")...
or let that nasty cheater among them mess around secretly with his hitpoints ("AAAAArrrrgh!").</i>
<i><strong style="color:#da6502">Oh Game Master, thou shalt be the gatekeeper!</strong><br/>
<br/>
Lock and unlock all your players' character sheets at once with just one click.<br/>
May you never ever again watch them accidentally delete that beloved item from their inventory ("Uuuugh... NOOOOO!")...
or let those nasty cheaters among them mess around secretly with their hitpoints ("AAAAArrrrgh!").</i>
</td>
</tr>
</table>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
6 changes: 3 additions & 3 deletions src/lock-the-sheets/module.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "lock-the-sheets",
"title": "Lock The Sheets!",
"description": "Lock and unlock all character sheets at once as the GM with just one click! Protect your players from accidental changes, or prevent cheating.",
"description": "Oh Game Master, thou shalt be the gatekeeper! Lock and unlock all your players' character sheets at once with just one click. May you never ever again watch them accidentally delete that beloved item from their inventory (\"Uuuugh... NOOOOO!\")... or let those nasty cheaters among them mess around secretly with their hitpoints (\"AAAAArrrrgh!\").",
"version": "1.0.0",
"url": "https://github.com/coffiarts/FoundryVTT-lock-the-sheets",
"manifest": "https://github.com/coffiarts/FoundryVTT-lock-the-sheets/releases/download/latest/module.json",
Expand All @@ -16,8 +16,8 @@
"media": [
{
"type": "setup",
"url": "modules/lock-the-sheets/artwork/lock-the-sheets-logo.png",
"thumbnail": "modules/lock-the-sheets/artwork/lock-the-sheets-banner.png",
"url": "modules/lock-the-sheets/artwork/lock-the-sheets-banner.jpg",
"thumbnail": "modules/lock-the-sheets/artwork/lock-the-sheets-banner.jpg",
"loop": false,
"flags": {}
}
Expand Down
3 changes: 2 additions & 1 deletion src/lock-the-sheets/scripts/chatinfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ export class ChatInfo {
<div style="text-align: justify; color: #000000; padding: 10px; background-color: #CCD0CC; border: 2px solid #FFFFFF; border-radius: 15px;">
<p style="text-align: center;">
<a href="${Config.data.modlink}">
<img src="modules/lock-the-sheets/artwork/lock-the-sheets-logo.png" alt="${Config.data.modTitle} - Logo" style="border:0;width:100px"/>
<img src="modules/lock-the-sheets/artwork/lock-the-sheets-banner.jpg" alt="${Config.data.modTitle} - Logo" style="border:0"/><br/>
<img src="modules/lock-the-sheets/artwork/lock-the-sheets-macro-button.png" alt="${Config.data.modTitle} - Logo" style="border:0"/>
</a>
</p>
<hr><div>
Expand Down

0 comments on commit 139665c

Please sign in to comment.