mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 12:31:41 +09:00
Fixed Warps and Tasks
This commit is contained in:
@@ -139,7 +139,7 @@ local task_editing
|
|||||||
local confirm_edit =
|
local confirm_edit =
|
||||||
Gui.element{
|
Gui.element{
|
||||||
type = 'sprite-button',
|
type = 'sprite-button',
|
||||||
sprite = 'utility/downloaded',
|
sprite = 'utility/confirm_slot',
|
||||||
tooltip = {'task-list.confirm-tooltip'},
|
tooltip = {'task-list.confirm-tooltip'},
|
||||||
style = 'shortcut_bar_button_green'
|
style = 'shortcut_bar_button_green'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -159,7 +159,7 @@ local warp_icon_button
|
|||||||
local confirm_edit =
|
local confirm_edit =
|
||||||
Gui.element{
|
Gui.element{
|
||||||
type = 'sprite-button',
|
type = 'sprite-button',
|
||||||
sprite = 'utility/downloaded',
|
sprite = 'utility/confirm_slot',
|
||||||
tooltip = {'warp-list.confirm-tooltip'},
|
tooltip = {'warp-list.confirm-tooltip'},
|
||||||
style = 'shortcut_bar_button_green'
|
style = 'shortcut_bar_button_green'
|
||||||
}
|
}
|
||||||
@@ -258,7 +258,7 @@ Gui.element(function(event_trigger,parent,warp)
|
|||||||
type = 'sprite-button',
|
type = 'sprite-button',
|
||||||
sprite = 'item/'..warp.icon,
|
sprite = 'item/'..warp.icon,
|
||||||
tooltip = {'warp-list.goto-tooltip',warp_position.x,warp_position.y},
|
tooltip = {'warp-list.goto-tooltip',warp_position.x,warp_position.y},
|
||||||
style = 'quick_bar_slot_button'
|
style = 'slot_sized_button'
|
||||||
}
|
}
|
||||||
end)
|
end)
|
||||||
:style(Styles.sprite32)
|
:style(Styles.sprite32)
|
||||||
|
|||||||
Reference in New Issue
Block a user