Skip to content

Commit e2c79b5

Browse files
committed
Finish merging dev i hate working from the commandline
1 parent a50ca21 commit e2c79b5

File tree

4 files changed

+0
-12
lines changed

4 files changed

+0
-12
lines changed

Loenn/entities/cassette_blocks/cassette_falling_block.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,9 @@ for i = 1, 4 do
3636
height = 16,
3737
customColor = colors[i],
3838
oldConnectionBehavior = false,
39-
<<<<<<< HEAD
4039
spritePath = "",
4140
sideAlpha = 1.0,
42-
=======
4341
held = false,
44-
>>>>>>> 5ef928fe414af767303da25d68d3523b2af49bdf
4542
}
4643
}
4744
end

Loenn/entities/cassette_blocks/cassette_swap_block.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,9 @@ for i = 1, 4 do
4040
customColor = colors[i],
4141
noReturn = false,
4242
oldConnectionBehavior = false,
43-
<<<<<<< HEAD
4443
spritePath = "",
4544
sideAlpha = 1.0,
46-
=======
4745
held = false,
48-
>>>>>>> 5ef928fe414af767303da25d68d3523b2af49bdf
4946
}
5047
}
5148
end

Loenn/entities/cassette_blocks/cassette_zip_mover.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,9 @@ for i = 1, 4 do
5151
noReturn = false,
5252
customColor = colors[i],
5353
oldConnectionBehavior = false,
54-
<<<<<<< HEAD
5554
spritePath = "",
5655
sideAlpha = 1.0,
57-
=======
5856
held = false,
59-
>>>>>>> 5ef928fe414af767303da25d68d3523b2af49bdf
6057
}
6158
}
6259
end

Loenn/entities/cassette_blocks/custom_cassette_block.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,9 @@ for i = 1, 4 do
3636
height = 16,
3737
customColor = colors[i],
3838
oldConnectionBehavior = false,
39-
<<<<<<< HEAD
4039
spritePath = "",
4140
sideAlpha = 1.0,
42-
=======
4341
held = false,
44-
>>>>>>> 5ef928fe414af767303da25d68d3523b2af49bdf
4542
}
4643
}
4744
end

0 commit comments

Comments
 (0)