mirror of
https://github.com/pandorabox-io/spacecannon.git
synced 2025-01-04 20:07:32 +01:00
cable entry overlay
This commit is contained in:
parent
02817519b7
commit
f633baffe1
11
cannon.lua
11
cannon.lua
@ -1,4 +1,5 @@
|
|||||||
|
|
||||||
|
local cable_entry = "^technic_cable_connection_overlay.png"
|
||||||
|
|
||||||
local register_spacecannon = function(def)
|
local register_spacecannon = function(def)
|
||||||
|
|
||||||
@ -84,12 +85,12 @@ local register_spacecannon = function(def)
|
|||||||
description = "Spacecannon (" .. def.desc .. ")",
|
description = "Spacecannon (" .. def.desc .. ")",
|
||||||
-- top, bottom
|
-- top, bottom
|
||||||
tiles = {
|
tiles = {
|
||||||
"cannon_blank.png",
|
"cannon_blank.png" .. cable_entry,
|
||||||
"cannon_front_" .. def.color .. ".png",
|
"cannon_front_" .. def.color .. ".png",
|
||||||
"cannon_blank.png",
|
"cannon_blank.png" .. cable_entry,
|
||||||
"cannon_blank.png",
|
"cannon_blank.png" .. cable_entry,
|
||||||
"cannon_blank.png",
|
"cannon_blank.png" .. cable_entry,
|
||||||
"cannon_blank.png"
|
"cannon_blank.png" .. cable_entry
|
||||||
},
|
},
|
||||||
|
|
||||||
groups = {cracky=3,oddly_breakable_by_hand=3,technic_machine = 1, technic_hv = 1},
|
groups = {cracky=3,oddly_breakable_by_hand=3,technic_machine = 1, technic_hv = 1},
|
||||||
|
Loading…
Reference in New Issue
Block a user