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