mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-20 11:09:21 +01:00
фуафуа
This commit is contained in:
parent
77486b274b
commit
c4a3e9305b
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
greeting = "Hello, "
|
|
||||||
}
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
greeting = "Bonjour, "
|
|
||||||
}
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
greeting = "Привет, "
|
|
||||||
}
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
greeting = "Привіт, "
|
|
||||||
}
|
|
||||||
@ -9,7 +9,6 @@ local text = require("Text")
|
|||||||
local HISTORY_LIMIT = 100
|
local HISTORY_LIMIT = 100
|
||||||
|
|
||||||
local workspace, window, menu = system.addWindow(GUI.filledWindow(1, 1, 90, 25, 0xE1E1E1))
|
local workspace, window, menu = system.addWindow(GUI.filledWindow(1, 1, 90, 25, 0xE1E1E1))
|
||||||
local localization = system.getCurrentScriptLocalization()
|
|
||||||
|
|
||||||
local lines = {
|
local lines = {
|
||||||
{ text = (computer.getArchitecture and computer.getArchitecture() or "Lua 5.2") .. " Copyright (C) 1994-2019 Lua.org, PUC-Rio", color = 0x696969 },
|
{ text = (computer.getArchitecture and computer.getArchitecture() or "Lua 5.2") .. " Copyright (C) 1994-2019 Lua.org, PUC-Rio", color = 0x696969 },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user