3 #ifndef PLAYER_SPEED_BLOCK_SFML_H 4 #define PLAYER_SPEED_BLOCK_SFML_H 6 #include "../../../../logic/entity/block/special_block/player_speed_block.h" 7 #include "../block_sfml.h" 9 #include <SFML/Graphics.hpp> 34 PlayerSpeedBlockSFML(
double x,
double y, sf::RenderWindow &window,
double speedF = 1.5,
const string &textureFile =
"data/sprites/blocks/yellow_block.png");
A "special" Block: when hit with a Ball, speed up or slow down the Player.
The SFML element that represents the arkanoid::Block in the game.
All the game gui elements of the Arkanoid game.
The SFML element that represents the arkanoid::PlayerSpeedBlock in the game.