11FG = {}
22FG .config = SMODS .current_mod .config
3+ FG .config .version = SMODS .current_mod .version
34
45-- This is in preparation for file splitting. I'll do that later. - Jogla
56-- im splitting jokers and stuff into sections to make this easier later - jenku
@@ -11,7 +12,8 @@ local mod_contents = {
1112 " booster_packs" ,
1213 " rarities" ,
1314 " vouchers" ,
14- " enhancements"
15+ " enhancements" ,
16+ " test"
1517}
1618
1719for k , v in pairs (mod_contents ) do -- Load this mod's files
@@ -52,6 +54,7 @@ SMODS.current_mod.extra_tabs = function()
5254 }, nodes = {
5355 -- work your UI wizardry here, see 'Building a UI' page
5456 {n = G .UIT .R , config = {align = " tm" }, nodes = {{n = G .UIT .T , config = {text = " Fool's Gambit" , colour = G .C .PURPLE , scale = .7 }}}},
57+ {n = G .UIT .R , config = {align = " tm" }, nodes = {{n = G .UIT .T , config = {text = tostring (" Version: " .. FG .config .version ), colour = G .C .GREY , scale = .3 }}}},
5558 {n = G .UIT .R , config = {align = " tm" , minh = .2 }},
5659 {n = G .UIT .R , config = {align = " tm" }, nodes = {{n = G .UIT .T , config = {text = " Lead developer" , colour = G .C .GOLD , scale = .5 }}}},
5760 {n = G .UIT .R , config = {align = " tm" }, nodes = {{n = G .UIT .T , config = {text = " GoldenLeaf" , colour = G .C .WHITE , scale = .3 }}}},
0 commit comments