Skip to content

Commit

Permalink
Literally nothing changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Logan Shaw committed Jan 16, 2022
1 parent 27a5c3f commit 372f486
Show file tree
Hide file tree
Showing 5 changed files with 2,951 additions and 3 deletions.
1 change: 1 addition & 0 deletions ManiaKV/ManiaKV.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@
<ClCompile Include="lib\main\events.cpp" />
<ClCompile Include="lib\main\input.cpp" />
<ClCompile Include="lib\main\states.cpp" />
<ClCompile Include="lib\oppai.c" />
<ClCompile Include="main.cpp" />
</ItemGroup>
<ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions ManiaKV/ManiaKV.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
<ClCompile Include="lib\main\states.cpp">
<Filter>lib\main</Filter>
</ClCompile>
<ClCompile Include="lib\oppai.c">
<Filter>lib</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="resource.h">
Expand Down
1 change: 1 addition & 0 deletions ManiaKV/lib/components/Stage.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ class Stage {
if (texture.find("Idle") != -1) {
map<int, bool> keyMap;

// Temperary fix because I'm stupid and can't be bothered to properly implement it right now
if (characterClass.keys == 2) {
keyMap = {
{availableKeys[texture.find("rightIdle") != -1
Expand Down
Loading

0 comments on commit 372f486

Please sign in to comment.