mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-20 14:43:27 +02:00
Updated to OTCv8 3.1 rev 157
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
---@diagnostic disable: undefined-global
|
||||
bottomActionPanel1 = nil
|
||||
bottomActionPanel2 = nil
|
||||
bottomActionPanel3 = nil
|
||||
@@ -235,8 +234,6 @@ function setupAction(action)
|
||||
local chatMode = not modules.game_walking.wsadWalking
|
||||
|
||||
if not lockKeyboard or not chatMode then
|
||||
print('lock', lockKeyboard)
|
||||
print('chatMode', chatMode)
|
||||
executeAction(action, ticks)
|
||||
end
|
||||
end
|
||||
|
@@ -1,17 +1,9 @@
|
||||
ActionButton < Panel
|
||||
font: cipsoftFont
|
||||
anchors.top: parent.top
|
||||
anchors.bottom: parent.bottom
|
||||
width: 40
|
||||
padding: 1 1 1 1
|
||||
margin-left: 1
|
||||
draggable: true
|
||||
|
||||
$first:
|
||||
anchors.left: parent.left
|
||||
|
||||
$!first:
|
||||
anchors.left: prev.right
|
||||
|
||||
Item
|
||||
id: item
|
||||
@@ -91,6 +83,7 @@ Panel
|
||||
anchors.right: next.left
|
||||
margin-right: 3
|
||||
clipping: true
|
||||
layout: horizontalBox
|
||||
|
||||
TabButton
|
||||
id: nextButton
|
||||
|
@@ -1,18 +1,13 @@
|
||||
SideActionButton < Panel
|
||||
font: cipsoftFont
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
height: 40
|
||||
padding: 1 1 1 1
|
||||
margin-top: 1
|
||||
draggable: true
|
||||
|
||||
$first:
|
||||
anchors.top: parent.top
|
||||
margin-top: -3
|
||||
margin-top: -4
|
||||
|
||||
$!first:
|
||||
anchors.top: prev.bottom
|
||||
margin-top: -1
|
||||
|
||||
Item
|
||||
id: item
|
||||
@@ -92,6 +87,7 @@ Panel
|
||||
anchors.bottom: next.top
|
||||
margin-top: 3
|
||||
clipping: true
|
||||
layout: verticalBox
|
||||
|
||||
TabButton
|
||||
id: nextButton
|
||||
|
Reference in New Issue
Block a user