Skip to content

Commit a2d1de2

Browse files
Merge pull request #2 from QwertymanO07/Erase-Gel
Erase gel
2 parents b2961e2 + 909e80e commit a2d1de2

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

entity.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ rightclickmenues.geldispenser = {
410410
{t="directionbuttons", left=true, right=true, down=true, up=true, default="down"},
411411
{},
412412
{t="text", value="type:"},
413-
{t="submenu", entries={"blue", "orange", "white", "purple"}, default=1, width=6},
413+
{t="submenu", entries={"blue", "orange", "white", "purple", "clear"}, default=1, width=6},
414414
{},
415415
{t="checkbox", text="default off", default="false"},
416416
{},

gel.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ function gel:init(x, y, id)
3434
self.graphic = gel3img
3535
elseif self.id == 4 then
3636
self.graphic = gel4img
37+
elseif self.id == 5 then
38+
self.graphic = gel5img
3739
end
3840

3941
self.destroy = false

graphics/DEFAULT/gel5.png

317 Bytes
Loading

main.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ function love.load(arg)
593593
imagelist = {"blockdebris", "coinblockanimation", "coinanimation", "coinblock", "coin", "axe", "spring", "toad", "peach", "platform",
594594
"platformbonus", "scaffold", "seesaw", "vine", "bowser", "decoys", "box", "flag", "castleflag", "bubble", "fizzle", "emanceparticle", "emanceside", "doorpiece", "doorcenter",
595595
"button", "pushbutton", "wallindicator", "walltimer", "lightbridge", "lightbridgeglow", "lightbridgeside", "laser", "laserside", "excursionbase", "excursionfunnel", "excursionfunnel2", "excursionfunnelend",
596-
"excursionfunnelend2", "faithplateplate", "laserdetector", "gel1", "gel2", "gel3", "gel4", "gel1ground", "gel2ground", "gel3ground", "gel4ground", "geldispenser", "cubedispenser", "panel", "pedestalbase",
596+
"excursionfunnelend2", "faithplateplate", "laserdetector", "gel1", "gel2", "gel3", "gel4", "gel5", "gel1ground", "gel2ground", "gel3ground", "gel4ground", "geldispenser", "cubedispenser", "panel", "pedestalbase",
597597
"pedestalgun", "actionblock", "portal", "markbase", "markoverlay", "andgate", "notgate", "orgate", "squarewave", "rsflipflop", "portalglow", "fireball", "musicentity", "smbtiles", "portaltiles",
598598
"animatedtiletrigger", "delayer"}
599599

@@ -2254,4 +2254,4 @@ function mouse.getY()
22542254
else
22552255
return love.mouse.getY()
22562256
end
2257-
end
2257+
end

0 commit comments

Comments
 (0)