stenobot / Marimo

A game called Marimo
0 stars 0 forks source link

Trash: Refactor trash script to derive from "Breakable Object" script #69

Open stenobot opened 7 years ago

stenobot commented 7 years ago

Now that we have breakable platforms as well, it doesn't really make sense to have a specifically "trash" script, when most of what it's doing is making the object breakable. Make the type more generic, possibly called "BreakableObject"