hotfix
This commit is contained in:
parent
6dd970c1d4
commit
e575cb5725
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user