-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontrols2.html
More file actions
33 lines (32 loc) · 1.38 KB
/
Copy pathcontrols2.html
File metadata and controls
33 lines (32 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="Cstyle.css">
<title>How To Play</title>
</head>
<style>
body {
background-image: url('assets/images/CloudScene_2.png');
background-repeat: repeat;
background-attachment: fixed;
background-size: 100% 100%;
}
</style>
<body>
<h1>How To Play �</h1>
<img height="400" width="411" src="assets/images/HTP_Left_Brightened.png">
<img height="400" width="411" src="assets/images/HTP_Right_Brightened.png">
<img height="400" width="411" src="assets/images/HTP_Click_Brightened.png">
<br>
<img height="400" width="411" src="assets/images/Left-01.png">
<img height="400" width="411" src="assets/images/Right-01.png">
<img height="400" width="411" src="assets/images/Mouse-01.png">
<h3> Press the LEFT arrow key to go LEFT
Press the RIGHT arrow key to go RIGHT
LEFT CLICK when prompted</h3>
<h3> The same concept applies when going UP and DOWN</h3>
<br>
<a href="index2.html">Back</a>
</body>
</html>
<!-- Path: index2.html -->