KMBombFace - Qkrisi/ktanemodkit GitHub Wiki
[DisallowMultipleComponent]
public class KMBombFace : MonoBehaviour
A collection of transforms where modules can be instantiated along with their backings.
public List<Transform> Anchors;
Transforms for where each module goes.
public List<Transform> TimerAnchors;
Transforms for where the timer goes.
Each transform should also be in Anchors
.
If the list is empty, a random Anchor will be used.
public List<KMModuleBacking> Backings;
Visual models of the backing (e.g. foam) spawned behind modules, in the same order as Anchors.