Add start game time feature to world generation; update API and UI to support custom start dates for in-world calendar
This commit is contained in:
@@ -68,6 +68,16 @@
|
||||
<input id="field-size" type="range" min="1" max="20" step="1" value="10" />
|
||||
</label>
|
||||
|
||||
<label class="field">
|
||||
<span>Start date & time</span>
|
||||
<input
|
||||
id="field-start"
|
||||
type="datetime-local"
|
||||
value="2012-04-12T06:00"
|
||||
required
|
||||
/>
|
||||
</label>
|
||||
|
||||
<p id="form-hint" class="form__hint" hidden></p>
|
||||
<button id="generate-button" type="submit" class="button">Generate world</button>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user