mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-16 04:12:53 -06:00
initial updates to the LTN GUI for 2.0
This commit is contained in:
@@ -9,10 +9,10 @@ local actions = {}
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user