Skip to content

Commit f633baf

Browse files
cable entry overlay
1 parent 0281751 commit f633baf

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

cannon.lua

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
local cable_entry = "^technic_cable_connection_overlay.png"
23

34
local register_spacecannon = function(def)
45

@@ -84,12 +85,12 @@ local register_spacecannon = function(def)
8485
description = "Spacecannon (" .. def.desc .. ")",
8586
-- top, bottom
8687
tiles = {
87-
"cannon_blank.png",
88+
"cannon_blank.png" .. cable_entry,
8889
"cannon_front_" .. def.color .. ".png",
89-
"cannon_blank.png",
90-
"cannon_blank.png",
91-
"cannon_blank.png",
92-
"cannon_blank.png"
90+
"cannon_blank.png" .. cable_entry,
91+
"cannon_blank.png" .. cable_entry,
92+
"cannon_blank.png" .. cable_entry,
93+
"cannon_blank.png" .. cable_entry
9394
},
9495

9596
groups = {cracky=3,oddly_breakable_by_hand=3,technic_machine = 1, technic_hv = 1},

0 commit comments

Comments
 (0)