mirror of https://github.com/bra1n/townsquare.git
readme
This commit is contained in:
parent
79206e17df
commit
c03dc1b1de
|
@ -0,0 +1,10 @@
|
||||||
|
# Blood on the Clocktower Town Square
|
||||||
|
|
||||||
|
![screen](https://user-images.githubusercontent.com/325521/79669047-3cf76300-81b9-11ea-884b-7fe889c0c18b.jpg)
|
||||||
|
|
||||||
|
This is an online tool to run Blood on the Clocktower games through Discord or other digital means.
|
||||||
|
It is supposed to aid storytellers and allow them to quickly set up and capture game states for their players.
|
||||||
|
|
||||||
|
[You can try it online!](https://bra1n.github.io/townsquare)
|
||||||
|
|
||||||
|
WORK IN PROGRESS
|
|
@ -320,6 +320,9 @@ ul.editions .edition {
|
||||||
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
|
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
|
||||||
1px 1px 0 #000, 0 0 5px rgba(0, 0, 0, 0.75);
|
1px 1px 0 #000, 0 0 5px rgba(0, 0, 0, 0.75);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
&:hover {
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Buttons
|
// Buttons
|
||||||
|
|
Loading…
Reference in New Issue