-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.html
More file actions
49 lines (45 loc) · 2.29 KB
/
help.html
File metadata and controls
49 lines (45 loc) · 2.29 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<html id = "help">
<head>
<title>start_screen</title>
<link rel = "stylesheet" href = "https://fonts.googleapis.com/css?family=Kanit">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Fira+Mono">
<link rel = "stylesheet" href = "styles.css">
</head>
<body style="margin-left: 10%;">
<div class = "help-text" style="margin-top: 10%">
<li><a id="#instructions"><i><b>Controls</b></i></a>
<p>Play in fullscreen for the best UI experience!</p>
<p><b>Right mouse button</b> to pan.<br>
<b>Left mouse button</b> to use a tool.<br>
Hold the <b>backtick key</b> or <b>middle mouse button</b> to open the tool selection menu.<br>
Release the mouse while hovering over the desired tool to select it, or press the arrow keys. Tools are: <br>
<b>Drag tool</b> - drag things around.
<b>Inspect tool</b> - click on a creature to see information about it.
<b>Food tool</b> - click to place food.
<b>Editor tool</b> - add creatures with custom properties.
</p>
<br>
<li><a id="#bugs"><i><b>Help! I found a bug!</b></i></a>
<p>If possible, get a screenshot of it, and send it to me with a detailed description of how you triggered it or what you were doing when it happened. Include your OS and hardware.</p>
<br>
<li><a id="#commands"><i><b>Command information</b></i></a>
<p>
You can press the slash key to show and hide a command box. With this box, you can toggle debug-only preferences by entering a preference and pressing Enter:
<br><br>
"visionCone" (shows what creatures can see) <br>
"hearingRange" (shows what creatures can hear) <br>
"senseArea" (shows box being checked for other creatures) <br>
"hitboxGrid" (shows a representation of the hitboxes) <br>
"showId" (shows creature IDs as floating text) <br>
"showState" (shows creature states) <br>
"drawPath" (shows what paths creatures are following) <br>
"drawRelations" (draws lines between creatures representing their attitudes to each other)
<br><br>
Example usage: <br>
<b>/showId</b> <br>
<b>drawPath</b> <br><br>
Note that these are case-sensitive. The slash doesn't matter; you can remove it.
</p>
<button><a href="index.html">Back to home</a></button>
</body>