initial updates to the LTN GUI for 2.0

This commit is contained in:
Zoryn
2024-10-22 14:58:06 -04:00
parent b10a30dc00
commit e62e1e396c
9 changed files with 28 additions and 24 deletions

View File

@@ -180,10 +180,10 @@ end
local function toggle_fab(elem, sprite, state)
if state then
elem.style = "flib_selected_frame_action_button"
elem.sprite = sprite .. "_black"
elem.sprite = sprite .. ""
else
elem.style = "frame_action_button"
elem.sprite = sprite .. "_white"
elem.sprite = sprite .. ""
end
end