Merge branch 'master' into triangles-fix

This commit is contained in:
Bartłomiej Dach
2022-11-26 19:28:55 +01:00
committed by GitHub
2347 changed files with 3280 additions and 3263 deletions

View File

@ -19,7 +19,7 @@ using osu.Framework.Graphics;
namespace osu.Game.Graphics.Backgrounds
{
public class TrianglesV2 : Drawable
public partial class TrianglesV2 : Drawable
{
private const float triangle_size = 100;
private const float base_velocity = 50;