-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# TinyMC | ||
###### 2D blocky game inspired my Minecraft Mob Votes. | ||
|
||
### Play Demo | ||
https://creelonestudios.github.io/tinymc/ | ||
|
||
### Controls | ||
` [A] [D] ` - walk left / right<br> | ||
` [Space] ` - jump / swim<br> | ||
` [E] ` - open / close container<br> | ||
` [Q] ` - drop item (ctrl to drop stack)<br> | ||
` [C] ` - open creative inventory<br> | ||
`[F1][F11]` - toggle fullscreen<br> | ||
` [F3] ` - toggle debug screen<br> | ||
` [M] ` - toggle hitboxes (shift to show coordinate origin + light levels)<br> | ||
`[LClick] ` - destroy block (shift to interact with back layer)<br> | ||
`[RClick] ` - place block or open container (shift to interact with back layer)<br> | ||
` [Wheel] ` - pick block | ||
|
||
#### Inventory Management | ||
`[LClick]` - pick up / place item<br> | ||
`[Shift]`+`[LClick]` - move stack between hotbar and container<br> | ||
`[1-5]` - swap item with specified hotbar slot |