mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-27 08:13:18 +00:00
add epitech logo in splash screen
This commit is contained in:
@@ -25,9 +25,6 @@ namespace BBM
|
||||
auto &background = scene->addEntity("background")
|
||||
.addComponent<PositionComponent>(0, 0, 0)
|
||||
.addComponent<Drawable2DComponent, RAY2D::Rectangle>(RAY::Vector2(), RAY::Vector2(1920, 1080));
|
||||
auto &text = scene->addEntity("powered by text")
|
||||
.addComponent<PositionComponent>(1920 / 2 - 200, 1080 / 2 - 180, 0)
|
||||
.addComponent<Drawable2DComponent, RAY2D::Text>("powered by", 30, RAY::Vector2(), BLACK);
|
||||
auto &skipText = scene->addEntity("Press space to skip")
|
||||
.addComponent<PositionComponent>(1920 - 250, 1080 - 30, 0)
|
||||
.addComponent<Drawable2DComponent, RAY2D::Text>("Press space to skip", 20, RAY::Vector2(), BLACK)
|
||||
|
||||
Reference in New Issue
Block a user