projects
/
TDDC76_proj.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b73bb09
)
Added branch
author
Nils Forssén
<nilfo359@student.liu.se>
Tue, 28 Nov 2023 13:21:41 +0000
(14:21 +0100)
committer
Nils Forssén
<nilfo359@student.liu.se>
Tue, 28 Nov 2023 13:21:41 +0000
(14:21 +0100)
src/Bike_enemy.cc
patch
|
blob
|
history
diff --git
a/src/Bike_enemy.cc
b/src/Bike_enemy.cc
index 24c6cd1c12aa352cb1f051d7a37b45016f3ac859..c258638f0a0f957566c1de193767cc2e04ae911d 100644
(file)
--- a/
src/Bike_enemy.cc
+++ b/
src/Bike_enemy.cc
@@
-18,7
+18,7
@@
Bike_enemy::Bike_enemy(sf::Texture& txtr, json& params) : max_speed{params["max_
sf::FloatRect gb {sprite.getGlobalBounds()};
sprite.setOrigin(gb.width / 2, gb.height / 2);
sprite.setPosition(position);
-
+ // komm
}