mirror of https://github.com/bra1n/townsquare.git
edition -> script
This commit is contained in:
parent
2e4c08c947
commit
89bc8cd971
|
@ -17,12 +17,12 @@
|
||||||
{{ edition.name }}
|
{{ edition.name }}
|
||||||
</li>
|
</li>
|
||||||
<li class="edition edition-custom" @click="isCustom = true">
|
<li class="edition edition-custom" @click="isCustom = true">
|
||||||
Custom Edition
|
Custom Script
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="custom" v-else>
|
<div class="custom" v-else>
|
||||||
<h3>Select a custom edition</h3>
|
<h3>Upload a custom script</h3>
|
||||||
To play with a custom script, you need to select the characters you want
|
To play with a custom script, you need to select the characters you want
|
||||||
to play with in the official
|
to play with in the official
|
||||||
<a href="https://bloodontheclocktower.com/script-tool/" target="_blank"
|
<a href="https://bloodontheclocktower.com/script-tool/" target="_blank"
|
||||||
|
|
Loading…
Reference in New Issue