mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-26 07:02:49 +00:00
11.0y
This commit is contained in:
parent
cfbb87ef91
commit
a9f3b3d77c
@ -3208,3 +3208,7 @@ Gameplay:
|
|||||||
|
|
||||||
2019-05-16 03:22 Version 11.0x:
|
2019-05-16 03:22 Version 11.0x:
|
||||||
- using Orb of Safety marked you as cheater
|
- using Orb of Safety marked you as cheater
|
||||||
|
|
||||||
|
2019-05-16 18:03 Version 11.0y:
|
||||||
|
- improved 3D models: Bull horns, Cat head, anything which had holes at its ends, Butterfly (previously crashed the game), animation for all winged creatures (previously only Eagle had animation),
|
||||||
|
leg movement animation for quadrupeds; also the stun stars are drawn now
|
||||||
|
6
hyper.h
6
hyper.h
@ -2,9 +2,9 @@
|
|||||||
// It is quite chaotic.
|
// It is quite chaotic.
|
||||||
|
|
||||||
// version numbers
|
// version numbers
|
||||||
#define VER "11.0x"
|
#define VER "11.0y"
|
||||||
#define VERNUM 11024
|
#define VERNUM 11025
|
||||||
#define VERNUM_HEX 0xA618
|
#define VERNUM_HEX 0xA619
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include "hyper_function.h"
|
#include "hyper_function.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user