Compare commits

...

2 Commits

Author SHA1 Message Date
Hailey e42e0225cf cleanup before pr 2021-11-14 17:49:27 +10:00
Hailey d937ce8507 added information on haileyjunk in case people wonder what it is 2021-11-14 17:41:40 +10:00
6 changed files with 9 additions and 5 deletions

View File

@ -40,6 +40,14 @@ Alternatively, if you're on a 32-bit system, run this instead:
Then, check the mod pack section at the bottom of this page.
#### Other branches/haileyjunk
The Cambridge repository has multiple public and private branches for working on and testing out major new features over the course of many commits.
If you're looking to test even newer features that aren't even in the master branch, the closest you're going to get is probably the haileyjunk branch, which you can download [here](https://github.com/MillaBasset/cambridge/archive/master.zip).
> WARNING: This branch can be very buggy and broken at times. Use with care.
### macOS, Linux
If you haven't already, install `love` with your favourite package manager (Homebrew on macOS, your system's default on Linux). **Make sure you're using LÖVE 11, because it won't work with earlier versions!**

View File

@ -3,10 +3,6 @@ bgm = {
gm3 = love.audio.newSource("res/bgm/tgm_credit_roll.mp3", "stream"),
},
pacer_test = love.audio.newSource("res/bgm/pacer_test.mp3", "stream"),
test = {
intro = love.audio.newSource("res/bgm/h_test_intro.wav", "static"),
loop = love.audio.newSource("res/bgm/h_test_loop.wav", "stream"),
},
}

View File

@ -1 +1 @@
version = "v0.3.1-hj"
version = "v0.3.1"

Binary file not shown.

Binary file not shown.

Binary file not shown.