Adjust the img size in help.html

This commit is contained in:
Ryan Huffman 2016-10-06 13:22:59 -07:00
parent e59069fe35
commit 508950841b

View file

@ -61,7 +61,7 @@
<body>
<div id="image_area">
<img id="main_image" src="img/controls-help-keyboard.png"></img>
<img id="main_image" src="img/controls-help-keyboard.png" width="1024px" height="720px"></img>
<a href="#" id="kbm_button" onmousedown="showKbm()"></a>
<a href="#" id="hand_controllers_button" onmousedown="showHandControllers()"></a>
<a href="#" id="game_controller_button" onmousedown="showGameController()"></a>