Add multi-signal doors, basic device deployment, and a target trigger.

This commit is contained in:
Signal 2025-11-17 03:04:16 -05:00
parent 1b2199705b
commit 3bf1d5c6a0
24 changed files with 656 additions and 74 deletions

View file

@ -18,6 +18,7 @@ function ns.show_radial_menu(m, menu)
local angle = m._menu.step *(i -1) -math.pi
local el = artifact.hud_add(m, {
name = menu.name.."_"..i,
item = x,
type = "image",
pos = {x=0.5,y=0.5},
scale = {x=0.1,y=0.1},