Skip to content

Commit

Permalink
Removed not used stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeki The Monkey committed Jun 27, 2021
1 parent 9747dbc commit 550a3b3
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 8 deletions.
6 changes: 0 additions & 6 deletions Headers/Statistics.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ class Statistics
BPM,
};

enum KeyCountersType
{
Numbers,
Letters,
};


public:
Statistics(sf::RenderWindow& window);
Expand Down
Binary file removed Media/AnimationTexture.png
Binary file not shown.
Binary file removed Media/Background.png
Binary file not shown.
Binary file removed Media/Button.png
Binary file not shown.
Binary file removed Media/Ubuntu-Regular.ttf
Binary file not shown.
Binary file removed Media/icon.png
Binary file not shown.
3 changes: 1 addition & 2 deletions Source/Button.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ void Button::updateAnimation(const std::vector<bool>& needToBeReleased)
{
auto &elem = mAnimationSprite[i];
// Velocity = frames to perform the animation (be careful because the config one is substracted by 60)
sf::Color animation(0, 0, 0,
255 / Settings::AnimationVelocity);
sf::Color animation(0, 0, 0, 255 / Settings::AnimationVelocity);

if (!needToBeReleased[i])
{
Expand Down

0 comments on commit 550a3b3

Please sign in to comment.