Modding/Templates/UI Addon: Revision history

From Desynced Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

9 August 2023

1 August 2023

  • curprev 13:5113:51, 1 August 2023Bernhard talk contribs 1,352 bytes +1,352 Created page with "__FORCETOC__ This mod template creates a custom UI overlay. == Code == === def.json === Content<syntaxhighlight lang="json"> { "id": "ModTemplateUIAddon", "name": "Mod Template UI Addon", "version_name": "1.0", "version_code": 1, "author": "The Desynced Team", "homepage": "https://www.desyncedgame.com/", "description": "Mod Template UI Addon", "packages": { "UI": { "name": "UI", "entry": "ui.lua",..."