-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from Flutterish/Update
Update
- Loading branch information
Showing
120 changed files
with
769 additions
and
953 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,4 @@ | ||
osu.Game.Rulesets.Hitokori.csproj.user | ||
bin\ | ||
obj\ | ||
bin/Release/netstandard2.1/osu.Game.xml | ||
bin/Release/netstandard2.1/osu.Game.Rulesets.Hitokori.pdb | ||
bin/Release/netstandard2.1/osu.Game.Rulesets.Hitokori.dll | ||
bin/Release/netstandard2.1/osu.Game.Rulesets.Hitokori.deps.json | ||
bin/Release/netstandard2.1/osu.Game.pdb | ||
bin/Release/netstandard2.1/osu.Game.dll | ||
.vs/osu.Game.Rulesets.Hitokori/v16/.suo | ||
.vs/osu.Game.Rulesets.Hitokori/DesignTimeBuild/.dtbcache.v2 | ||
obj/Debug/netstandard2.1/.NETStandard,Version=v2.1.AssemblyAttributes.cs | ||
obj/Debug/netstandard2.1/osu.Game.Rulesets.Hitokori.AssemblyInfo.cs | ||
obj/Debug/netstandard2.1/osu.Game.Rulesets.Hitokori.AssemblyInfoInputs.cache | ||
obj/Debug/netstandard2.1/osu.Game.Rulesets.Hitokori.assets.cache | ||
obj/Debug/netstandard2.1/osu.Game.Rulesets.Hitokori.csprojAssemblyReference.cache | ||
obj/osu.Game.Rulesets.Hitokori.csproj.nuget.dgspec.json | ||
obj/osu.Game.Rulesets.Hitokori.csproj.nuget.g.props | ||
obj/osu.Game.Rulesets.Hitokori.csproj.nuget.g.targets | ||
obj/project.assets.json | ||
obj/project.nuget.cache | ||
obj/Release/netstandard2.1/.NETStandard,Version=v2.1.AssemblyAttributes.cs | ||
obj/Release/netstandard2.1/osu.Game.Rulesets.Hitokori.AssemblyInfo.cs | ||
obj/Release/netstandard2.1/osu.Game.Rulesets.Hitokori.AssemblyInfoInputs.cache | ||
obj/Release/netstandard2.1/osu.Game.Rulesets.Hitokori.assets.cache | ||
obj/Release/netstandard2.1/osu.Game.Rulesets.Hitokori.csproj.CopyComplete | ||
obj/Release/netstandard2.1/osu.Game.Rulesets.Hitokori.csproj.CoreCompileInputs.cache | ||
obj/Release/netstandard2.1/osu.Game.Rulesets.Hitokori.csproj.FileListAbsolute.txt | ||
obj/Release/netstandard2.1/osu.Game.Rulesets.Hitokori.csprojAssemblyReference.cache | ||
obj/Release/netstandard2.1/osu.Game.Rulesets.Hitokori.dll | ||
obj/Release/netstandard2.1/osu.Game.Rulesets.Hitokori.pdb | ||
bin/Release/netstandard2.1/Resources/hitokori-BotRight.png | ||
bin/Release/netstandard2.1/Resources/hitokori-BotNeutral.png | ||
bin/Release/netstandard2.1/Resources/hitokori-BotLeft.png | ||
bin/Release/netstandard2.1/Resources/hitokori-BotHold.png | ||
obj/Debug/netstandard2.1/osu.Game.Rulesets.Hitokori.pdb | ||
obj/Debug/netstandard2.1/osu.Game.Rulesets.Hitokori.dll | ||
obj/Debug/netstandard2.1/osu.Game.Rulesets.Hitokori.csproj.FileListAbsolute.txt | ||
obj/Debug/netstandard2.1/osu.Game.Rulesets.Hitokori.csproj.CoreCompileInputs.cache | ||
obj/Debug/netstandard2.1/osu.Game.Rulesets.Hitokori.csproj.CopyComplete | ||
bin/Debug/netstandard2.1/Resources/hitokori-BotRight.png | ||
bin/Debug/netstandard2.1/Resources/hitokori-BotNeutral.png | ||
bin/Debug/netstandard2.1/Resources/hitokori-BotLeft.png | ||
bin/Debug/netstandard2.1/Resources/hitokori-BotHold.png | ||
bin/Debug/netstandard2.1/osu.Game.xml | ||
bin/Debug/netstandard2.1/osu.Game.Rulesets.Hitokori.pdb | ||
bin/Debug/netstandard2.1/osu.Game.Rulesets.Hitokori.dll | ||
bin/Debug/netstandard2.1/osu.Game.Rulesets.Hitokori.deps.json | ||
bin/Debug/netstandard2.1/osu.Game.pdb | ||
bin/Debug/netstandard2.1/osu.Game.dll | ||
.vs/ | ||
*/bin/ | ||
*/obj/ | ||
*.user |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
using osu.Framework.Graphics.Sprites; | ||
using osu.Game.Beatmaps; | ||
using osu.Game.Rulesets.Hitokori.Objects; | ||
using osu.Game.Rulesets.Hitokori.Objects.Base; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
|
||
namespace osu.Game.Rulesets.Hitokori.Beatmaps { | ||
public class HitokoriBeatmap : Beatmap<HitokoriHitObject> { | ||
public override IEnumerable<BeatmapStatistic> GetStatistics () { | ||
yield return new BeatmapStatistic { | ||
Name = "Press Tiles", | ||
Content = HitObjects.OfType<TapTile>().Count().ToString(), | ||
CreateIcon = () => new SpriteIcon { Icon = FontAwesome.Solid.Circle } | ||
}; | ||
yield return new BeatmapStatistic { | ||
Name = "Hold Tiles", | ||
Content = HitObjects.OfType<HoldTile>().Count().ToString(), | ||
CreateIcon = () => new SpriteIcon { Icon = FontAwesome.Solid.HandHolding } | ||
}; | ||
yield return new BeatmapStatistic { | ||
Name = "Spin Tiles", | ||
Content = HitObjects.OfType<SpinTile>().Count().ToString(), | ||
CreateIcon = () => new SpriteIcon { Icon = FontAwesome.Solid.RedoAlt } | ||
}; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
Mods/AutoImplementedMod.cs → Hitokori/Mods/AutoImplementedMod.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion
1
Mods/HitokoriModDoubleTile.cs → Hitokori/Mods/HitokoriModDoubleTile.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
Oops, something went wrong.