mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
v1.3.3
This commit is contained in:
parent
79e9a12d99
commit
aab1b8eac6
12 changed files with 152 additions and 109 deletions
|
|
@ -3473,6 +3473,15 @@
|
|||
<p id="alertMessage">Warning!</p>
|
||||
</div>
|
||||
|
||||
<dialog id="prompt" style="border: solid 1px #5e4fa2; user-select: none;">
|
||||
<form method="dialog">
|
||||
<div id="dialogText" style="padding-bottom: .4em; font-family: sans-serif"></div>
|
||||
<input id="promptInput" type="number" step=.01 placeholder="type value" autocomplete="off" required>
|
||||
<button type="submit" value="yes">Confirm</button>
|
||||
<button value="no" formnovalidate>Cancel</button>
|
||||
</form>
|
||||
</dialog>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="notes">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue