From f153100ac83afa9d141ea8c677e6d90a30ddf4b4 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Sun, 30 Aug 2015 18:19:24 +0300 Subject: [PATCH] Update ECSAPI.lua --- lib/ECSAPI.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ECSAPI.lua b/lib/ECSAPI.lua index 124ff8b8..4a60da87 100644 --- a/lib/ECSAPI.lua +++ b/lib/ECSAPI.lua @@ -1529,7 +1529,7 @@ function ECSAPI.universalWindow(x, y, width, background, closeWindowAfter, ...) end ECSAPI.prepareToExit() -ECSAPI.universalWindow("auto", "auto", 30, ecs.windowColors.background, true, {"EmptyLine"}, {"CenterText", 0x262626, "Хелло пидар!"}, {"EmptyLine"}, {"Input", 0x880000, 0x000000, "Суда вводи"}, {"EmptyLine"}, {"Button", 0xbbbbbb, 0xffffff, "Ok!"}) +ECSAPI.universalWindow("auto", "auto", 30, ECSAPI.windowColors.background, true, {"EmptyLine"}, {"CenterText", 0x262626, "Хелло пидар!"}, {"EmptyLine"}, {"Input", 0x880000, 0x000000, "Суда вводи"}, {"EmptyLine"}, {"Button", 0xbbbbbb, 0xffffff, "Ok!"}) --[[ Функция universalWindow(x, y, width, background, closeWindowAfter, ...)