Compare commits
1 Commits
1.2.0
...
2077bf7cbb
| Author | SHA1 | Date | |
|---|---|---|---|
| 2077bf7cbb |
@@ -16,7 +16,6 @@
|
|||||||
<p align="center">
|
<p align="center">
|
||||||
<img src=".github/media/preview.gif" />
|
<img src=".github/media/preview.gif" />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Key Features
|
## Key Features
|
||||||
@@ -28,7 +27,6 @@
|
|||||||
* Watch roll results (also available as Browser Source in OBS)
|
* Watch roll results (also available as Browser Source in OBS)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Start Container
|
## Start Container
|
||||||
|
|
||||||
You can start dice-tower with docker compose
|
You can start dice-tower with docker compose
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -4,7 +4,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>de.arindy</groupId>
|
<groupId>de.arindy</groupId>
|
||||||
<artifactId>dice-tower</artifactId>
|
<artifactId>dice-tower</artifactId>
|
||||||
<version>1.2.0</version>
|
<version>1.2.0-SNAPSHOT</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<compiler-plugin.version>3.13.0</compiler-plugin.version>
|
<compiler-plugin.version>3.13.0</compiler-plugin.version>
|
||||||
|
|||||||
@@ -138,10 +138,10 @@
|
|||||||
</div>
|
</div>
|
||||||
<div style="display: flex; flex-direction: row; justify-content: space-between; align-items: baseline">
|
<div style="display: flex; flex-direction: row; justify-content: space-between; align-items: baseline">
|
||||||
<div style="flex-grow: 1; padding: 0 10px">
|
<div style="flex-grow: 1; padding: 0 10px">
|
||||||
<color-picker id="faceColor" name="Face" value="#8d8981"></color-picker>
|
<color-picker id="faceColor" name="Face"></color-picker>
|
||||||
</div>
|
</div>
|
||||||
<div style="flex-grow: 1; padding: 10px 0">
|
<div style="flex-grow: 1; padding: 10px 0">
|
||||||
<color-picker id="numberColor" name="Numbers" value="black"></color-picker>
|
<color-picker id="numberColor" name="Numbers"></color-picker>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="dice-box">
|
<div id="dice-box">
|
||||||
|
|||||||
Reference in New Issue
Block a user