mirror of
https://github.com/lubosz/overte.git
synced 2025-04-27 05:35:37 +02:00
Update help window images
This commit is contained in:
parent
246a816b80
commit
e59069fe35
7 changed files with 4 additions and 4 deletions
|
@ -48,20 +48,20 @@
|
|||
</style>
|
||||
<script>
|
||||
function showKbm() {
|
||||
document.getElementById("main_image").setAttribute("src", "img/controls-help-keyboard.jpg");
|
||||
document.getElementById("main_image").setAttribute("src", "img/controls-help-keyboard.png");
|
||||
}
|
||||
function showHandControllers() {
|
||||
document.getElementById("main_image").setAttribute("src", "img/controls-help-vive.jpg");
|
||||
document.getElementById("main_image").setAttribute("src", "img/controls-help-vive.png");
|
||||
}
|
||||
function showGameController() {
|
||||
document.getElementById("main_image").setAttribute("src", "img/controls-help-gamepad.jpg");
|
||||
document.getElementById("main_image").setAttribute("src", "img/controls-help-gamepad.png");
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="image_area">
|
||||
<img id="main_image" src="img/controls-help-keyboard.jpg"></img>
|
||||
<img id="main_image" src="img/controls-help-keyboard.png"></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>
|
||||
|
|
Binary file not shown.
Before ![]() (image error) Size: 169 KiB |
BIN
interface/resources/html/img/controls-help-gamepad.png
Normal file
BIN
interface/resources/html/img/controls-help-gamepad.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 94 KiB |
Binary file not shown.
Before ![]() (image error) Size: 136 KiB |
BIN
interface/resources/html/img/controls-help-keyboard.png
Normal file
BIN
interface/resources/html/img/controls-help-keyboard.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 68 KiB |
Binary file not shown.
Before ![]() (image error) Size: 183 KiB |
BIN
interface/resources/html/img/controls-help-vive.png
Normal file
BIN
interface/resources/html/img/controls-help-vive.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 100 KiB |
Loading…
Reference in a new issue