Update HoloEdit.lua

This commit is contained in:
Igor Timofeev 2015-09-04 07:52:22 +03:00
parent 70a1d79b05
commit dac22108bd

View File

@ -9,6 +9,9 @@ local fs = require('filesystem')
local com = require('component')
local gpu = com.gpu
local config = require("config")
local lang = config.readAll("HoloEdit.app/Resources/" .. _OSLANGUAGE .. ".lang")
-- Константы --
HOLOH = 32
HOLOW = 48