Explode your 2D sprites by using the Destructible Objects addon!

Last Updategithub|hiulit|Godot-3-2D-Destructible-Objects|master
Authorhiulit
Supported Versions3.2

Features

  • Explodes sprites by dividing them into blocks

Installation

  • Copy the repository contents in your project

Usage

  • Create a Node2D that will contain all the destructibles objects (e.g. destructible_objects)
  • Add a Node2D as a child node of the prior Node2D (e.g. destructible_object_01)
  • Instance the destructible_object scene file
  • Attach explode_object.gd to the destructible object as a Script

License

MIT

Extra