Added colorful explosion plugin.

This commit is contained in:
pranav-1711 2022-03-17 19:28:34 +05:30
parent 2fccc40432
commit a84228d570
3 changed files with 356 additions and 0 deletions

View file

@ -80,6 +80,9 @@ def bootstraping():
elPatronPowerups.enable()
if settings["mikirogQuickTurn"]["enable"]:
from plugins import wavedash # pylint: disable=unused-import
if settings["colorful_explosions"]["enable"]:
from plugins import color_explosion
color_explosion.enable()
if settings["ballistica_web"]["enable"]:
import bcs_plugin
bcs_plugin.enable()