Skip to content

Commit

Permalink
no unbreakable walls
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Aug 31, 2023
1 parent 20b0bd3 commit 801b81f
Showing 1 changed file with 1 addition and 38 deletions.
39 changes: 1 addition & 38 deletions prototypes/logo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,42 +17,5 @@ data:extend{{
height = 298,
shift = util.by_pixel(0, 0),
scale = 0.5
},
resistances = {
{
type = 'fire',
decrease = 0,
percent = 100
},
{
type = 'physical',
decrease = 0,
percent = 100
},
{
type = 'impact',
decrease = 0,
percent = 0
},
{
type = 'explosion',
decrease = 0,
percent = 100
},
{
type = 'acid',
decrease = 0,
percent = 100
},
{
type = 'laser',
decrease = 0,
percent = 100
},
{
type = 'electric',
decrease = 0,
percent = 100
},
},
}
}}

0 comments on commit 801b81f

Please sign in to comment.