mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-04-05 07:32:47 +02:00
Update context.lua
This commit is contained in:
@@ -92,7 +92,7 @@ function context.menu(x, y, ...)
|
||||
for key, val in pairs(obj["Elements"]) do
|
||||
if ecs.clickedAtArea(e[3], e[4], obj["Elements"][key][1], obj["Elements"][key][2], obj["Elements"][key][3], obj["Elements"][key][4]) then
|
||||
|
||||
ecs.error("Кол-во объектов: "..#obj["Elements"]..", кликнули на объект номер = "..tostring(key)..", sData = "..#data)
|
||||
ecs.error("Кол-во объектов: "..#obj["Elements"]..", кликнули на объект номер = "..tostring(key)..", #Data = "..#data..", sData ="..sData)
|
||||
|
||||
drawElement(key, ecs.colors.blue, 0xffffff, e[4])
|
||||
os.sleep(0.3)
|
||||
|
||||
Reference in New Issue
Block a user