diff options
author | Novatux <nathanael.courant@laposte.net> | 2013-04-13 18:17:27 +0200 |
---|---|---|
committer | Novatux <nathanael.courant@laposte.net> | 2013-04-13 18:17:27 +0200 |
commit | 3a52153cd7838fcb9f49fb4cbea7634b50a03abf (patch) | |
tree | a64753938299b57c917152bfd5bd82a648f8abbf | |
parent | 69d36f0a6be576a9caab0fc9bfc48d9ff38d7e5e (diff) |
Change selection_box of frames so it is easier to select them.
-rw-r--r-- | technic/frames.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/technic/frames.lua b/technic/frames.lua index f555368..565a2ef 100644 --- a/technic/frames.lua +++ b/technic/frames.lua @@ -97,6 +97,10 @@ local nodeboxes= { type = "fixed", fixed=nodeboxes, }, + selection_box = { + type="fixed", + fixed={-0.5,-0.5,-0.5,0.5,0.5,0.5} + }, paramtype = "light", frame=1, drop="technic:frame_111111", |