aboutsummaryrefslogtreecommitdiff
path: root/src/Entity.cpp
diff options
context:
space:
mode:
authoraleksav013 <aleksav013@gmail.com>2021-06-06 01:45:47 +0200
committeraleksav013 <aleksav013@gmail.com>2021-06-06 01:45:47 +0200
commit060ddd25ef18a6289d01283bc76bc4da90bf2a39 (patch)
tree9b59683089b08a5cacb606be09738c78ed88e493 /src/Entity.cpp
parentbf4e10748f20572a8b69da99c97bf5cd17f8b250 (diff)
Adding powerup content; Fixing dt bug
Diffstat (limited to 'src/Entity.cpp')
-rw-r--r--src/Entity.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Entity.cpp b/src/Entity.cpp
index cc9f418..5759b94 100644
--- a/src/Entity.cpp
+++ b/src/Entity.cpp
@@ -1,5 +1,6 @@
#include"includes/Global.hpp"
#include"includes/Entity.hpp"
+
Entity::Entity(sf::Vector2f pozicija, sf::Vector2f velicina,sf::Color boja)
{
telo.setSize(velicina);