1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-28 08:22:18 +00:00

version 13.1a

This commit is contained in:
Zeno Rogue 2025-08-17 21:36:07 +02:00
parent e31591207c
commit f2532a0293
2 changed files with 12 additions and 3 deletions

View File

@ -5468,3 +5468,12 @@ Mostly bugfixes:
- fixed file dialog closing incorrectly
- fixed Orb of Sword blocking strong wind
https://zenorogue.blogspot.com/2025/08/hyperrogue-131.html
2025-08-17 21:03 Update 13.1a:
- improved selection of player shape: four new shapes, save/load customized characters, the character is centered correctly
- fixed slaying + discord graphics
- other active orbs now extend the duration of Orb of Recall
- fixed CR5 and MCR not appearing in PTM
- alt unlock condition for CR6
- fixed the floor graphics in dual tilings
- finding the music file in some installations should be fixed

View File

@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "13.1"
#define VERNUM_HEX 0xAA20
#define VER "13.1a"
#define VERNUM_HEX 0xAA21
#include "sysconfig.h"