mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:03:53 +02:00
Adjust the img size in help.html
This commit is contained in:
parent
e59069fe35
commit
508950841b
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue