mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-09 12:16:45 +00:00
12.0u
This commit is contained in:
parent
dfe0d7ccf9
commit
68507a555f
@ -4724,3 +4724,9 @@ Menu improvements:
|
||||
- start animations now can be disabled
|
||||
- nicer sliders and color selectors (unless the ASCII mode is on)
|
||||
|
||||
2022-07-12 14:47 Update 12.0u:
|
||||
- honeycomb tree rules for 345 and 355 (better performance, variations work)
|
||||
- some fixes to the French translation
|
||||
- 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
|
||||
|
4
hyper.h
4
hyper.h
@ -13,8 +13,8 @@
|
||||
#define _HYPER_H_
|
||||
|
||||
// version numbers
|
||||
#define VER "12.0t1"
|
||||
#define VERNUM_HEX 0xA915
|
||||
#define VER "12.0u"
|
||||
#define VERNUM_HEX 0xA916
|
||||
|
||||
#include "sysconfig.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user