This commit is contained in:
arthur.jamet
2021-06-18 12:24:50 +02:00
parent cbe1f2837d
commit 77c597a721
+1 -1
View File
@@ -69,7 +69,7 @@ namespace BBM
texture->use("assets/buttons/button_back_hovered.png");
});
scene->addEntity("racoon")
scene->addEntity("raccoon")
.addComponent<PositionComponent>(1920 / 1.17 - 200, 1080 / 4, 0)
.addComponent<Drawable2DComponent, RAY::Texture>("assets/credit/rac.png");
scene->addEntity("arthi")