This commit is contained in:
Zeno Rogue 2022-07-17 14:52:04 +02:00
parent 436cc15dba
commit 238828e300
2 changed files with 9 additions and 2 deletions

View File

@ -4730,3 +4730,10 @@ Menu improvements:
- options to show less items/kills in the portrait/landscape mode
- an option to have menus centered even in widescreen
- mobile fixes: fixed an incorrect button shown in the mobile game menu, and items/kills going over buttons
2022-07-17 14:47 Update 12.0v:
- fixes for new Android
- preliminary work on tree structures for 3D honeycombs
- auto-rotation (Ivory Tower etc.) now works on devices who know their orientation
- nicer "pipes" (fat grid lines) in 3D
- fixed some crash bugs related to the memory saving mode

View File

@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "12.0u"
#define VERNUM_HEX 0xA916
#define VER "12.0v"
#define VERNUM_HEX 0xA917
#include "sysconfig.h"