-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp.html
27 lines (26 loc) · 1004 Bytes
/
help.html
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
<html>
<head>
<title>YH10S3 Extended Editor help page</title>
</head>
<body>
This program was made by <a href="https://github.com/KikooDX/">KikooDX</a> for the PC game <a href="https://store.steampowered.com/app/978640/You_Have_10_Seconds_3/">You Have 10 Seconds 3</a>.<br>
<pre>Control keys:
- 1-9: (or GUI) select an item slot
- F1-F9: (or GUI) select a layer
- S: save the project (path:"level.yh10s3")
- O: open the project (path:"level.yh10s3")
- PageUp: increase grid clipping
- PageDown: decrease grid clipping
- Tab: cycle the selected item slot forward
- Maj+Tab: cycle the selected item slot backward
- K: reduce the scale (size) of the window
- L: increase the scale (size) of the window
- M: mute/unmute the program
- G: display/hide grid
- Ctrl+Supr: delete the selected layer
- Ctrl+N (or GUI): create a new layer
- Ctrl+Up/Down (or GUI): move the layer up/down in the layer list
- Ctrl+V (or GUI): toggle on/off the visibility of the selected layer
</pre>
</body>
</html>