From 6fdaa92288b5854d946299a2624de9ead7058d71 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 10 Dec 2022 16:33:52 +0600 Subject: Added information about memory usage. Also, added localization for debug info widget. --- assets/i18n/en_us.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'assets/i18n/en_us.json') diff --git a/assets/i18n/en_us.json b/assets/i18n/en_us.json index 3454aaf..b026d68 100644 --- a/assets/i18n/en_us.json +++ b/assets/i18n/en_us.json @@ -1,5 +1,8 @@ { - "debug.fps": "%s FPS", + "debug.version": "%s (LibGDX %s, Java %s)", + "debug.c_fps": "%s FPS", + "debug.c_mem": "Used memory: %s MB (total of %s MB)", + "splash.disclaimer": "This game contains an unbelievable dose of cheeky \"woolbags\". Please, it is not recommended for anyone to play. Any match in real life of the presented images of cats is pure coincidence! All cat images were generated by \"NUT-S\" neural network.", "menu.last_savegame.found": "Savegame: %s - %s Squish Points (x%s/click) - %s purchased items.", -- cgit v1.2.3