Fix lỗi giữa đêm

This commit is contained in:
Squishy (C6H12O6+NaCl+H2O)
2024-05-25 00:18:23 +07:00
parent 17f31a61bb
commit 6df93eb298
2 changed files with 22 additions and 24 deletions

View File

@@ -8,7 +8,7 @@ local buttonList
buttonList = {
previewToggle = BUTTON.new{
text = "Preview\nOFF",
x = 520, y = 5, w = 60, h = 50,
x = 570, y = 35, w = 60, h = 40,
codeWhenReleased = function()
VCTRL.release()
BUTTON.release(buttonList)