mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-14 12:29:30 -07:00
Adding dated attribution text to top of Lua file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user