Compare commits

..

No commits in common. "e42e0225cfd5e45d07455e8f4d11a84481977c44" and "f994d768efab2eb2cf6adb503671d90badc0e760" have entirely different histories.

6 changed files with 5 additions and 9 deletions

View File

@ -40,14 +40,6 @@ 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,6 +3,10 @@ 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"
version = "v0.3.1-hj"

BIN
res/bgm/h_test_intro.wav Normal file

Binary file not shown.

BIN
res/bgm/h_test_loop.wav Normal file

Binary file not shown.

BIN
res/bgm/idkuntitled.flp Normal file

Binary file not shown.