mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-21 15:39:02 -06:00
Compare commits
2 Commits
f994d768ef
...
e42e0225cf
Author | SHA1 | Date | |
---|---|---|---|
|
e42e0225cf | ||
|
d937ce8507 |
@ -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!**
|
||||
|
@ -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"),
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
|
@ -1 +1 @@
|
||||
version = "v0.3.1-hj"
|
||||
version = "v0.3.1"
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user