mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
fixes claw game arcade
This commit is contained in:
@@ -251,7 +251,7 @@
|
||||
</head>
|
||||
<body onunload="emergencyShutDown()">
|
||||
|
||||
<div id='game' style='position: relative;'>
|
||||
<div id='game' style="position: relative;height: 520px;width: 900px;">
|
||||
<div id="background"></div>
|
||||
|
||||
<div id="crane">
|
||||
@@ -268,7 +268,7 @@
|
||||
|
||||
</div>
|
||||
|
||||
<div id='controls' style='position: absolute; top: 515px; left: 385px;'>
|
||||
<div id='controls' style='position: absolute; left: 385px;'>
|
||||
<br>
|
||||
<button class="button" id="play_btn" onclick="gameStartUp()">Play Now!</button>
|
||||
<button class="button" id="close_btn" onclick="emergencyShutDown()">Close.</button>
|
||||
|
||||
Reference in New Issue
Block a user