mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-06 11:12:40 +01:00
Update context.lua
This commit is contained in:
parent
bf305fe6af
commit
0df11c9d35
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user