mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 22:39:53 +00:00
rogueviz::smoothcam:: after Z, move to ctrl keys
This commit is contained in:
parent
7beef4e417
commit
1efe2115cb
@ -253,6 +253,7 @@ void show() {
|
|||||||
labels.clear();
|
labels.clear();
|
||||||
|
|
||||||
for(auto& anim: anims) {
|
for(auto& anim: anims) {
|
||||||
|
if(key == 'Z'+1) key = 1;
|
||||||
dialog::addSelItem("segment #" + its(aid) + (&anim == current_segment ? "*" : ""), fts(anim.start_interval), key++);
|
dialog::addSelItem("segment #" + its(aid) + (&anim == current_segment ? "*" : ""), fts(anim.start_interval), key++);
|
||||||
dialog::add_action_push([aid] { edit_segment(aid); });
|
dialog::add_action_push([aid] { edit_segment(aid); });
|
||||||
int id = 0;
|
int id = 0;
|
||||||
@ -275,6 +276,7 @@ void show() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(key == 'Z'+1) key = 1;
|
||||||
dialog::addSelItem(f.title + " [" + dist + "]", fts(f.interval), key++);
|
dialog::addSelItem(f.title + " [" + dist + "]", fts(f.interval), key++);
|
||||||
dialog::add_action_push([&anim, id] { edit_step(anim, id); });
|
dialog::add_action_push([&anim, id] { edit_step(anim, id); });
|
||||||
id++;
|
id++;
|
||||||
|
Loading…
Reference in New Issue
Block a user