1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-02-03 16:30:15 +00:00

more options in line animation

This commit is contained in:
Zeno Rogue
2019-04-03 20:27:45 +02:00
parent 44495852ad
commit 4284831069
5 changed files with 44 additions and 22 deletions

View File

@@ -216,7 +216,7 @@ hint hints[] = {
bool h = conformal::includeHistory;
conformal::rotation = 0;
conformal::includeHistory = true;
conformal::create();
conformal::create_playerpath();
cancel = [m,r,h] () {
conformal::clear(); pmodel = m;
conformal::rotation = r;