1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-10-17 22:20:41 +00:00

version 13.0u

This commit is contained in:
Zeno Rogue 2024-08-21 20:34:11 +02:00
parent 368029eae4
commit 234e4470b1
2 changed files with 10 additions and 2 deletions

View File

@ -5374,3 +5374,11 @@ Mostly bug fixes:
- changed the default color in drawing tool to red
- also the parser accepts e.g. `lands_at(25)` to give the number of lands at 25 treasures
2024-08-21 20:29 Update 13.0u
- Chinese translation, thanks to 超威蓝猫
- fixed linked settings
- raycaster no longer disables fixed_YZ without being asked
- fixed 'keep Y' in twisted non-sphere
- do not exit menus on left/right arrow presses in SDL2
- fixed Crossroads III unlocking in casual

View File

@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "13.0t"
#define VERNUM_HEX 0xAA14
#define VER "13.0u"
#define VERNUM_HEX 0xAA15
#include "sysconfig.h"