Closed joshuaskelly closed 3 years ago
Adds the ability for breakables to delay their break action. This behavior is configurable and defaults to no delay to preserve legacy behavior.
Additionally adds JSON schema for the Brekable class.
breakDelayTimer should probably not be transient if there is gameplay logic tied to it, those kinds of timers can be abused by doing a save + quit if they are not persisted.
breakDelayTimer
Summary
Adds the ability for breakables to delay their break action. This behavior is configurable and defaults to no delay to preserve legacy behavior.
Additionally adds JSON schema for the Brekable class.