From 047b63708a744a03f1f73a73639b94833f608169 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Sat, 16 Mar 2019 12:49:36 +0100 Subject: [PATCH] readme: don't show the scene loading in the basic loading code --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index ad24322..1bbaa5a 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,6 @@ utils = require "libs.loveutils" Object = require "libs.classic" Core = require "gamecore" -scenes = require "scenes" - function love.load() core = Core() end