1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-09-07 21:16:48 +00:00

version 13.0s

This commit is contained in:
Zeno Rogue 2024-07-10 06:58:28 +02:00
parent 2750c0276d
commit 3980db0fb1
2 changed files with 8 additions and 2 deletions

View File

@ -5349,3 +5349,9 @@ Improvements to the map/shape/draw editor:
- twisted product + fake curvature should work
- fixed Wild West Yendor Challenge
- Orb of Speed now works correctly with even number of players
2024-07-10 6:56 Update 13.0s
- font selection
- configurable colors in Prairie/Mountain/Ivory/Freefall/Yendorian stripes
- custom land list mode now can configure PTM runs/multipliers

View File

@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "13.0r"
#define VERNUM_HEX 0xAA12
#define VER "13.0s"
#define VERNUM_HEX 0xAA13
#include "sysconfig.h"