3
0
Fork 0
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:
Ryan Huffman 2016-10-06 13:00:07 -07:00
parent 246a816b80
commit e59069fe35
7 changed files with 4 additions and 4 deletions

View file

@ -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

Binary file not shown.

After

(image error) Size: 94 KiB

Binary file not shown.

Before

(image error) Size: 136 KiB

Binary file not shown.

After

(image error) Size: 68 KiB

Binary file not shown.

Before

(image error) Size: 183 KiB

Binary file not shown.

After

(image error) Size: 100 KiB