MàJ sélection

This commit is contained in:
Mattéo Delabre 2016-04-10 13:50:30 +02:00
parent 38fbcbe480
commit 7daecc8997
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 764 B

Binary file not shown.

View File

@ -64,7 +64,7 @@ void Block::draw(Level& level) {
if (isSelected()) {
select_sprite.setPosition(getPosition());
select_sprite.setTexture(
level.getResourceManager().getTexture("block_select.png")
level.getResourceManager().getTexture("block_select.tga")
);
window.draw(select_sprite);