changement de la grosseur du texte
les touches K et L pour faire afficher du texte
This commit is contained in:
@@ -163,7 +163,7 @@ void Engine::DisplayNotification(std::string message) {
|
||||
// Add a method to process the notification queue
|
||||
void Engine::ProcessNotificationQueue() {
|
||||
m_textureFont.Bind();
|
||||
float scale = GetScale() / 2.0f;
|
||||
float scale = GetScale();
|
||||
unsigned int xOffset = Width() - Width() * 0.26;
|
||||
unsigned int yOffset = Height() - (Height() / 2.2);
|
||||
|
||||
|
Reference in New Issue
Block a user