From 478a6ee109cb6d921eb160f7b783073b19156313 Mon Sep 17 00:00:00 2001 From: Ivan Kuzmenko <6745157+rndtrash@users.noreply.github.com> Date: Sun, 7 Sep 2025 11:34:04 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BB=D1=83=D1=87=D0=B0=D0=B9=D0=BD?= =?UTF-8?q?=D1=8B=D0=B5=20=D1=87=D0=B8=D1=81=D0=BB=D0=B0=20=D1=82=D0=B5?= =?UTF-8?q?=D0=BF=D0=B5=D1=80=D1=8C=20=D0=B4=D0=B5=D0=B9=D1=81=D1=82=D0=B2?= =?UTF-8?q?=D0=B8=D1=82=D0=B5=D0=BB=D1=8C=D0=BD=D0=BE=20=D1=81=D0=BB=D1=83?= =?UTF-8?q?=D1=87=D0=B0=D0=B9=D0=BD=D1=8B=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game/main.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/game/main.lua b/game/main.lua index 1052de3..13a62ba 100644 --- a/game/main.lua +++ b/game/main.lua @@ -1,7 +1,7 @@ -if love.system.getOS() ~= 'DOS' then +-- if love.system.getOS() ~= 'DOS' then -- local lick = require "3rd.lick" -- lick.updateAllFiles = true -end +-- end local platform = require "platform.platform" require "tilemap" @@ -22,6 +22,8 @@ end function love.load() platform.init() + math.randomseed(os.time()) + bf = love.graphics.newImageFont("res/font.png", " abcdefghijklmnopqrstuvwxyz" .. "ABCDEFGHIJKLMNOPQRSTUVWXYZ0" ..