Skip to content

Commit

Permalink
**Hawkthorne Release master**
Browse files Browse the repository at this point in the history
Hey everyone! It's been a while since the last release. Too many changes to summarize. Play and have fun!

-- /r/hawkthorne mods

P.S. This is a hotfix release for v0.0.75

**DOWNLOAD**

- [OS X](http://files.projecthawkthorne.com/releases/latest/hawkthorne-osx.zip)
- [Windows 32-bit](http://files.projecthawkthorne.com/releases/latest/hawkthorne-win-x86.zip)
- [Windows 64-bit](http://files.projecthawkthorne.com/releases/latest/hawkthorne-win-x64.zip)
- [hawkthorne.love](http://files.projecthawkthorne.com/releases/latest/hawkthorne.love)
  You'll need to install the [love](http://love2d.org) framework as well.

**How can I help?**

- [**Play test the game and find bugs**](https://github.com/hawkthorne/hawkthorne-journey/blob/master/CONTRIBUTING.md#playtest)
- [Code new game features](https://github.com/hawkthorne/hawkthorne-journey/blob/master/CONTRIBUTING.md#code)
- [Record music and sound effects](https://github.com/hawkthorne/hawkthorne-journey/blob/master/CONTRIBUTING.md#music-and-sound-effects)
- [Draw sprites and tile sets](https://github.com/hawkthorne/hawkthorne-journey/blob/master/CONTRIBUTING.md#sprites)
- [Create new costumes and characters](https://github.com/hawkthorne/hawkthorne-journey/blob/master/CONTRIBUTING.md#characters-and-costumes)

**CHANGES**

- [Adds option to reset gamesave data and exit](#1247)
- [Sets value on a nil lasknown](#1238)
- [moved backdrop above bridge downward a little](#1237)
- [Fixed link in CONTRIBUTING.md to point to the right website for sound file uploading](#1234)
- [Removes bounce at edge of polygons](#1230)
- [fix offset in castle hawkthorne](#1229)
- [Adds Skeleton Annie, Dancer Troy and Naked Kevin.](#1226)
- [Made gay islands easier](#1225)
- [fixed climbing nodes on lazy level and pixel issues on gay island](#1222)
- [better savepoint locations](#1221)
- [Fixes befine Annie](#1220)
- [bats drop coins instead of 1ups now](#1214)
- [New materials/weapons](#1213)
- [Convert character maps to JSON](#1212)
- [change default controls](#1211)
- [change hp for trombonist and acorn](#1208)
- [prevents game from crashing when you exit a level while picking somethin...](#1206)
- [Add monkey gas Jeff costume](#1205)
- [Adds 4 new costumes & fixes Pierce's canoe costume.](#1204)
- [fixed chairs in deans-office](#1203)
  • Loading branch information
Jordan Hoff committed Apr 12, 2013
1 parent 59ed585 commit 46d4a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conf.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function love.conf(t)
t.title = "Journey to the Center of Hawkthorne v0.0.75"
t.title = "Journey to the Center of Hawkthorne v0.0.76"
t.author = "Kyle Conroy"
t.version = "0.8.0"
t.identity = "hawkthorne"
Expand Down

0 comments on commit 46d4a42

Please sign in to comment.