floating tile detection

This commit is contained in:
2024-12-04 16:17:31 +01:00
parent 32ccd05d9d
commit a3ef6f5328
6 changed files with 1636 additions and 14 deletions

View File

@@ -65,6 +65,8 @@ func trigger_explosion():
# Destroy tiles in the explosion radius
destroy_tiles_in_explosion_area()
tile_map_layer.detect_and_make_tiles_fall()
# Start the timer to cleanup the explosion
timer.start()