This commit is contained in:
lustlion 2022-03-10 19:38:02 +01:00
parent 6dd970c1d4
commit e575cb5725

View File

@ -224,10 +224,12 @@ function doEditorEdit()
if Keybind:checkDown(Keybind.generic.rclick) then
moveSpawns(mouse_x,mouse_y)
end
if Keybind:checkDown({keys={"t"}}) then
promptSpawnArchetype()
elseif Keybind:checkDown({keys={"d"}}) then
promptSpawnArgs()
if Prompt.active_prompt == nil then
if Keybind:checkDown({keys={"t"}}) then
promptSpawnArchetype()
elseif Keybind:checkDown({keys={"d"}}) then
promptSpawnArgs()
end
end
end
elseif Keybind:checkPressed(Keybind.generic.lshift) then