diff --git a/playdate/matrix_lua/Source/main.lua b/playdate/matrix_lua/Source/main.lua index e39340c..e3d4153 100644 --- a/playdate/matrix_lua/Source/main.lua +++ b/playdate/matrix_lua/Source/main.lua @@ -1,3 +1,11 @@ +-- +-- main.lua +-- Matrix Effect (Lua build) +-- +-- Created by Rezmason on 5/30/22. +-- Licensed under MIT. (See the LICENSE file.) +-- + local gfx = playdate.graphics local floor = math.floor local random = math.random