Skip to content

Instantly share code, notes, and snippets.

View MediaResAchaea's full-sized avatar

MediaResAchaea

View GitHub Profile
@MediaResAchaea
MediaResAchaea / buildBalances
Created April 24, 2023 05:18
Svo Balances for Zgui
function zgui.buildBalances()
zgui.balances = {}
--Create the main Adjustable
zgui.balances.window = Adjustable.Container:new({
name = "zgui.balances.window",
x = 0, y = 0,
width = "50%",
height = "50%",
adjLabelstyle = zgui.adjLabelstyle,