6 #include "../../../logic/entity/block/block.h" 7 #include "../../math/transformation.h" 9 #include <SFML/Graphics.hpp> 21 sf::RenderWindow &windowSFML;
41 BlockSFML(
double x,
double y, sf::RenderWindow &window,
const string &textureFile =
"data/sprites/blocks/blue_block.png");
sf::Sprite sprite
The sprite of the BlockSFML.
The SFML element that represents the arkanoid::Block in the game.
All the game gui elements of the Arkanoid game.
The Block in the Arkanoid game, can be hit and destroyed by the Player.