Backup changes before going on a new distro hopping adventure

This commit is contained in:
IamPyu
2024-10-13 18:22:45 -06:00
parent d9237a9686
commit 247d6b3c5d
12 changed files with 140 additions and 44 deletions

View File

@@ -132,7 +132,7 @@ PyuTest.make_building_blocks("pyutest_blocks:mushroom_stem", "Mushroom Stem", {
}, { is_ground_content = false })
PyuTest.make_building_blocks("pyutest_blocks:glowshroom", "Glowshroom", {
"pyutest-purple-mushroom.png"
"pyutest-glowshroom.png"
}, nil, {
flammable = 1,
choppy = PyuTest.BLOCK_FAST
@@ -156,7 +156,7 @@ PyuTest.make_building_blocks("pyutest_blocks:slime", "Slime", { "pyutest-slime.p
oddly_breakable_by_hand = PyuTest.BLOCK_FAST
})
PyuTest.make_building_blocks("pyutest_blocks:glowslime", "Glowslime", { "pyutest-slime.png" }, nil, {
PyuTest.make_building_blocks("pyutest_blocks:glowslime", "Glowslime", { "pyutest-slime.png" }, "gray", {
bouncy = 85,
oddly_breakable_by_hand = PyuTest.BLOCK_FAST
}, {