Quinnsicle / arcs_tts

A mod for Tabletop Simulator that automates some actions and setup for the next upcoming title by Leder Games, Arcs.
4 stars 3 forks source link

Initial modules #8

Closed scyth02 closed 8 months ago

scyth02 commented 8 months ago

Initial implementation of modular code for all components.

  1. All code originally in _ttssrc copied into modules in src.
  2. Code in _ttssrc replaced with require statements referring to the matching module.

Dice board was updated to use scripted buttons so the xml is also no longer needed. GUIDs in Global split into a separate module for navigation. The module has been added to Global so no scripts are impacted.

This does require a change to the save, but moving forward changes to save should be mostly limited to adding or removing components.