From 5f7fe3ba5d607de0ca0589f37db0574837858dd5 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 13 Oct 2024 02:11:57 +0500 Subject: upd: game updater now checks from assets url --- assets/i18n/en_us.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'assets/i18n/en_us.json') diff --git a/assets/i18n/en_us.json b/assets/i18n/en_us.json index d685e21..fd7ba20 100644 --- a/assets/i18n/en_us.json +++ b/assets/i18n/en_us.json @@ -1,4 +1,9 @@ { + "updater.title": "You're playing an outdated version...", + "updater.message": "There's a new update out! Want to see it?", + "updater.no": "n-no", + "updater.yes": "YES!!", + "debug.version": "%s (LibGDX %s, Java %s)", "debug.c_fps": "%s FPS", "debug.c_mem": "Used memory: %s MB (total of %s MB)", -- cgit v1.2.3