From 2929b1efb97d7af9673eff33d257e2a413a14763 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Valor=20Mart=C3=ADnez?= Date: Sun, 28 Aug 2022 07:51:46 +0200 Subject: [PATCH] =?UTF-8?q?Actualizado=20el=20numero=20de=20versi=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/title.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/title.cpp b/source/title.cpp index 034e5ca..6e70a57 100644 --- a/source/title.cpp +++ b/source/title.cpp @@ -118,7 +118,7 @@ void Title::render() // Dibuja los objetos sprite->render(); - text2->writeDX(TXT_CENTER | TXT_COLOR, 160, 205, "@2016,2022 JAILDESIGNER & JAILBROTHER (v0.6)", 0, {255, 93, 4}); + text2->writeDX(TXT_CENTER | TXT_COLOR, 160, 205, "@2016,2022 JAILDESIGNER & JAILBROTHER (v0.4)", 0, {255, 93, 4}); menu->render(); // Vuelca el contenido del renderizador en pantalla