mirror of
https://github.com/mt-mods/nixie_tubes.git
synced 2024-12-04 13:13:45 +01:00
adjust selection box
This commit is contained in:
parent
2ca7e3825b
commit
94cd41d4b4
2
init.lua
2
init.lua
@ -28,7 +28,7 @@ local nixie_types = {
|
||||
|
||||
local tube_cbox = {
|
||||
type = "fixed",
|
||||
fixed = { -4/16, -8/16, -4/16, 4/16, 2/16, 4/16 }
|
||||
fixed = { -11/32, -8/16, -11/32, 11/32, 8/16, 11/32 }
|
||||
}
|
||||
|
||||
-- the following functions based on the so-named ones in Jeija's digilines mod
|
||||
|
Loading…
Reference in New Issue
Block a user