mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-26 08:53:32 +08:00
Merge branch 'master' into fix-disable-camera-shake
This commit is contained in:
commit
6f038e1b01
@ -1,6 +1,7 @@
|
||||
### 1.7.9 (build 20877, api 7, 2022-09-21)
|
||||
- Cleaned up the efro.message system to isolate response types that are used purely internally (via a new SysResponse type).
|
||||
- Fixed bug with 'Disable Camera Shake' option. (GitHub #511)
|
||||
- Fixed an issue where Co-op football would play no music.
|
||||
|
||||
### 1.7.8 (build 20871, api 7, 2022-09-21)
|
||||
- Fixed tournament scores submits which were broken in 1.7.7 (oops).
|
||||
|
||||
@ -335,6 +335,8 @@ class FootballCoopGame(ba.CoopGameActivity[Player, Team]):
|
||||
scoreconfig = ba.ScoreConfig(scoretype=ba.ScoreType.MILLISECONDS,
|
||||
version='B')
|
||||
|
||||
default_music = ba.MusicType.FOOTBALL
|
||||
|
||||
# FIXME: Need to update co-op games to use getscoreconfig.
|
||||
def get_score_type(self) -> str:
|
||||
return 'time'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user