diff options
| author | aleksav013 <aleksav013@gmail.com> | 2021-06-01 21:03:32 +0200 |
|---|---|---|
| committer | aleksav013 <aleksav013@gmail.com> | 2021-06-01 21:03:32 +0200 |
| commit | dbe41a2f77774ee716d3ff45db766d6400970f57 (patch) | |
| tree | ec86f7305bcb2d3eec37bf8e123cb901f80a5a5d /src/Powerup.cpp | |
| parent | 82d49a6825af009d950b3a6c18d609da2ef8486c (diff) | |
Splitting code; Creating Makefile
Diffstat (limited to 'src/Powerup.cpp')
| -rw-r--r-- | src/Powerup.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Powerup.cpp b/src/Powerup.cpp new file mode 100644 index 0000000..53bbb57 --- /dev/null +++ b/src/Powerup.cpp @@ -0,0 +1,7 @@ +#include"includes/Global.hpp" +#include"includes/Powerup.hpp" +float Powerup::time=20; +Powerup::Powerup(sf::Vector2f pozicija,sf::Vector2f velicina,sf::Color boja):Entity(pozicija,velicina,boja) +{ + +} |
