11.1c changelog

This commit is contained in:
Zeno Rogue 2019-07-03 04:52:03 +02:00
parent e92b8c7512
commit 15a9b6135b
2 changed files with 10 additions and 2 deletions

View File

@ -3333,3 +3333,11 @@ Other:
- improved Tortoise graphics in 3D, Baby Tortoises appear
- camera level higher when riding dragon
- keyboard/controller movement works better now in 2.5D; improved controller camera control
2019-06-28 13:49 Version 11.1b:
- you can now move in 2.5D and 3D with mouseclick/touchscreen
- 2.5D/3D/VR in the mobile versions
2019-06-28 13:49 Version 11.1c:
- long touch to wait in 3D geometries

View File

@ -2,8 +2,8 @@
// It is quite chaotic.
// version numbers
#define VER "11.1b"
#define VERNUM_HEX 0xA702
#define VER "11.1c"
#define VERNUM_HEX 0xA703
#include <stdarg.h>
#include "hyper_function.h"