mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 15:38:14 +00:00
Revert "Merge pull request #458 from KirbyKid256/pulls/more-animated-tilesets"
This reverts commit07cb5015cf
, reversing changes made toad03246040
.
This commit is contained in:
@@ -85,8 +85,6 @@ func spawn_empty_block() -> void:
|
||||
add_sibling(block)
|
||||
if get_parent().get_parent() is TrackRider:
|
||||
get_parent().get_parent().attached_entity = block
|
||||
if get_parent() is TileMapLayer:
|
||||
get_parent().erase_cell(get_parent().local_to_map(position))
|
||||
block_emptied.emit()
|
||||
queue_free()
|
||||
|
||||
@@ -97,6 +95,4 @@ func destroy() -> void:
|
||||
var particles = destruction_particle_scene.instantiate()
|
||||
particles.global_position = global_position
|
||||
add_sibling(particles)
|
||||
if get_parent() is TileMapLayer:
|
||||
get_parent().erase_cell(get_parent().local_to_map(position))
|
||||
queue_free()
|
||||
|
Reference in New Issue
Block a user