Add some comments.

This commit is contained in:
bakpakin
2015-07-07 20:58:25 -04:00
parent 176c80d0d9
commit 5ac81f5c4a
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
class = require "lib.30log"
tiny = require "lib.tiny"
gamestate = require "lib.gamestate"
gamestate = require "lib.gamestate" -- slightly modified to play nice;y with 30log
local Intro = require "src.states.Intro"
local Level = require "src.states.Level"