Skip to content

Commit b19b004

Browse files
committed
Bump version to 0.9.0
1 parent b598e0e commit b19b004

File tree

5 files changed

+13
-8
lines changed

5 files changed

+13
-8
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,12 @@ In this game, most of image data and many assets are handled as *XXObject*.
4141
XXObject is packaged to pak files. Their file extension is "pak".
4242
Pak files and the sources are under [rusted-ruins-pak](https://github.com/garkimasera/rusted-ruins-pak).
4343

44-
## How to try
44+
## Precompiled packages
45+
46+
For Windows user, you can download from [Releases page](https://github.com/garkimasera/rusted-ruins/releases).
47+
Deb package is also available.
48+
49+
## How to build and try
4550
Please install SDL2 libraries at first.
4651
For Ubuntu users:
4752
```shell
@@ -73,7 +78,7 @@ Left click + Shift - Use the equipped tool.
7378

7479
Right click - Open action menu. Actions for specified tile are available through the menu. For example, you can use stairs and enter/exit the map by opening menu at the tile that player is on.
7580

76-
Arrow keys - Move
81+
WASD or Arrow key - Move
7782

7883
Enter key - Enter towns or dungeons, walk up/down stairs, and select an answer when talking.
7984

@@ -92,8 +97,6 @@ Icon list
9297

9398
### Shortcut keys
9499

95-
wasd or arrow key - Move
96-
97100
d - Drop items
98101

99102
e - Eat an item
@@ -106,6 +109,8 @@ q - Drink an item
106109

107110
r - Release an magical device item
108111

112+
0..9 - Call shortcut registered by player
113+
109114
f1 - open item window
110115

111116
f2 - open equipment window

common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rusted-ruins-common"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
edition = "2018"
55
authors = ["T. Okubo <[email protected]>"]
66

makepak/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rusted-ruins-makepak"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
edition = "2018"
55
authors = ["T. Okubo <[email protected]>"]
66

map-editor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rusted-ruins-map-editor"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
edition = "2018"
55
authors = ["T. Okubo <[email protected]>"]
66

rusted-ruins/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rusted-ruins"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
edition = "2018"
55
authors = ["T. Okubo <[email protected]>"]
66

0 commit comments

Comments
 (0)