png added

This commit is contained in:
HENRY Benjamin
2021-06-03 15:49:49 +02:00
parent 82e1f06534
commit c345c49894
8 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ set(SOURCES
sources/Runner/Runner.hpp
sources/Map/Map.cpp
sources/Map/Map.hpp
sources/Bonus/Bonus.cpp
sources/Bonus/Bonus.hpp
sources/Items/Bonus.cpp
sources/Items/Bonus.hpp
sources/Component/Bonus/BonusComponent.cpp
sources/Component/Bonus/BonusComponent.hpp
sources/Component/Position/PositionComponent.cpp
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

+1 -1
View File
@@ -51,7 +51,7 @@ namespace BBM
// std::cout << "Bonus disappeared" << std::endl;
// bonus.scheduleDeletion();
// })
.addComponent<Drawable3DComponent<RAY3D::Model>>(map.at(bonusType) + ".obj", std::make_pair(MAP_DIFFUSE, "assets/items/items.png"));
.addComponent<Drawable3DComponent<RAY3D::Model>>(map.at(bonusType) + ".obj", std::make_pair(MAP_DIFFUSE, map.at(bonusType) + ".png"));
}
void HealthSystem::onFixedUpdate(WAL::Entity &entity)