1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-01 10:17:56 +00:00

startanims now can be disabled

This commit is contained in:
Zeno Rogue
2022-07-05 11:51:49 +02:00
parent 09d67c24f0
commit a19adccf82
2 changed files with 6 additions and 0 deletions

View File

@@ -1883,6 +1883,8 @@ EX }
EX namespace startanims {
EX bool enabled = true;
int ticks_start = 0;
#if HDR