Adding dated attribution text to top of Lua file

This commit is contained in:
Rezmason
2022-06-20 11:28:15 -07:00
parent b26d585cad
commit 1aeaba7a3f

View File

@@ -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 <const> = playdate.graphics
local floor <const> = math.floor
local random <const> = math.random