forked from iamCode/Dawn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
27 lines (21 loc) · 879 Bytes
/
README
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
To compile Dawn: ./configure && make
To run Dawn: ./dawn-starter.sh
(./dawn-starter.sh will run ./dawn-rpg but add usable output in case of errors so if you want to support Dawn, use it, please.)
Parameters:
-f, --fullscreen Run Dawn in fullscreen mode
-w, --window Run Dawn inside a window (default)
--nosound Run Dawn without sound
-h, --help Show this help screen
---------------------------------------
Keybindings:
[ ESC ] - Open the menu/close windows
[ B ] - Open spellbook
[ I ] - Open the Inventory
[ C ] - Character info page
[ L ] - Enter leveleditor
[ Q ] - Open the quest log
[ 1 - 9 ] - Hotkeys for skills/spells
[ WSAD ] - Movement
Left mouse - Select objects, items.
Right mouse - Interact with objects.
Visit https://github.com/frusen/Dawn/wiki for more information!