Skip to content

Commit

Permalink
Prepare for 0.24 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wizzomafizzo committed May 29, 2015
1 parent 0d229a8 commit 4000bc8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ starcheat is a [Starbound](http://playstarbound.com/) player save editor, you ca
Starbound | starcheat
-------------------- | ---------
Nightly | [dev branch](#building-from-source)
**Spirited Giraffe** | [0.23](https://github.com/wizzomafizzo/starcheat/releases/tag/0.23)
**Spirited Giraffe** | [0.24](https://github.com/wizzomafizzo/starcheat/releases/tag/0.24)
Upbeat Giraffe | [0.21](https://github.com/wizzomafizzo/starcheat/releases/tag/0.21)
Enraged Koala | [0.17](https://github.com/wizzomafizzo/starcheat/releases/tag/0.17)

## Reporting a Issue
Please read and follow these [instructions](CONTRIBUTING.md) when reporting an issue. This will help us fix your issue faster, because we don't need to ask you for additional informations.
## Reporting an issue
Please read and follow these [instructions](CONTRIBUTING.md) when reporting an issue. This will help us fix your issue faster, because we don't need to ask you for additional information.

## Building from source
Here is how to build starcheat from source. Make sure everything in the dependencies section is installed before you do a build.
Expand Down
2 changes: 1 addition & 1 deletion starcheat/assets/species.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def grab_sprite(sheet_path, rect, directives):
# then the head
base.paste(head_img, mask=head_img)

# no hair if wearing helmet
# TODO: support mask on head items
if hair_img is not None:
try:
base.paste(hair_img, mask=hair_img)
Expand Down
4 changes: 2 additions & 2 deletions starcheat/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
if not os.path.isdir(config_folder):
os.mkdir(config_folder)

STARCHEAT_VERSION = "0.23 (Spirited Giraffe)"
STARCHEAT_VERSION_TAG = "0.23"
STARCHEAT_VERSION = "0.24 (Spirited Giraffe)"
STARCHEAT_VERSION_TAG = "0.24"
CONFIG_VERSION = 15
ini_file = os.path.join(config_folder, "starcheat.ini")

Expand Down

0 comments on commit 4000bc8

Please sign in to comment.