From 1aeaba7a3fedae5e9be0402e8a2fc53630e6c8a3 Mon Sep 17 00:00:00 2001 From: Rezmason Date: Mon, 20 Jun 2022 11:28:15 -0700 Subject: [PATCH] Adding dated attribution text to top of Lua file --- playdate/matrix_lua/Source/main.lua | 8 ++++++++ 1 file changed, 8 insertions(+) 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