NightPotato / Starground-SDK

A Godot editor addon for making mods for the game Starground.
1 stars 0 forks source link

Add a settings tab to configure current mods #8

Open mbgv opened 5 days ago

mbgv commented 5 days ago

Add another tab next to "Export Mod" with a similar layout, where you select a mod and can then modify its settings.

NightPotato commented 5 days ago

This would be a nice feature, I can implement the logic once the UI is added.

NightPotato commented 4 days ago

Mod_ID will not be changeable due to nature of its usage. I would have to recursively scan the project directory if a change is made within the tooling to update various portions of the SDK.