mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Add support for 3v3 tournament chroma key layout
This commit is contained in:
@ -32,5 +32,11 @@ namespace osu.Game.Tournament.Models
|
||||
MinValue = 640,
|
||||
MaxValue = 1366,
|
||||
};
|
||||
|
||||
public Bindable<int> PlayersPerTeam = new BindableInt(4)
|
||||
{
|
||||
MinValue = 3,
|
||||
MaxValue = 4,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user