4#include <SFML/Graphics.hpp>
12 Button(std::string t, Vector2f size,
int charSize, std::string bTexture, Color textColour,
bool animated =
false);
17 void drawTo(sf::RenderWindow& window);
24 RectangleShape button;
26 Texture buttonTexture;
28 Vector2f basePosition;
29 unsigned int baseTextSize;