mirror of
https://github.com/lucky-sideburn/kubeinvaders.git
synced 2026-08-23 21:46:21 +00:00
fix start button
This commit is contained in:
+1
-1
@@ -118,7 +118,7 @@
|
||||
<div class="row" style="margin-top: 2%;">
|
||||
<div class="row">
|
||||
<div class="col text-center">
|
||||
<button type="button" id="controlAutoPilotButton" class="btn btn-danger" onclick="controlAutoPilot()">Chaos Start</button>
|
||||
<button type="button" id="controlAutoPilotButton" class="btn btn-danger" onclick="controlAutoPilot()">Start</button>
|
||||
</div>
|
||||
<div class="col text-center">
|
||||
<input type="range" id="randomFactorInput" name="randomFactorInput" min="0" max="100" value="50" onclick="changeRandomFactor()">
|
||||
|
||||
Reference in New Issue
Block a user