|
|
@@ -372,6 +372,15 @@ function App() {
|
|
|
local.agent.move(1)
|
|
|
},
|
|
|
},
|
|
|
+ {
|
|
|
+ title: "Variant cycle",
|
|
|
+ value: "variant.cycle",
|
|
|
+ keybind: "variant_cycle",
|
|
|
+ category: "Agent",
|
|
|
+ onSelect: () => {
|
|
|
+ local.model.variant.cycle()
|
|
|
+ },
|
|
|
+ },
|
|
|
{
|
|
|
title: "Agent cycle reverse",
|
|
|
value: "agent.cycle.reverse",
|