mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-31 17:33:20 +00:00
png added
This commit is contained in:
+2
-2
@@ -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 |
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user