projects
/
zefram
/
minetest
/
technic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69d36f0
)
Change selection_box of frames so it is easier to select them.
author
Novatux
<nathanael.courant@laposte.net>
Sat, 13 Apr 2013 16:17:27 +0000
(18:17 +0200)
committer
Novatux
<nathanael.courant@laposte.net>
Sat, 13 Apr 2013 16:17:27 +0000
(18:17 +0200)
technic/frames.lua
patch
|
blob
|
history
diff --git
a/technic/frames.lua
b/technic/frames.lua
index f555368722fcf37975cb1f709df39e4f2774e56a..565a2ef63db7847541d4bbbe92405d0761b1546c 100644
(file)
--- 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",