summaryrefslogtreecommitdiffhomepage
path: root/not/Effect.lua
diff options
context:
space:
mode:
Diffstat (limited to 'not/Effect.lua')
-rw-r--r--not/Effect.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/not/Effect.lua b/not/Effect.lua
index 4e327a1..7010946 100644
--- a/not/Effect.lua
+++ b/not/Effect.lua
@@ -3,6 +3,8 @@
-- Metatable of `Effect`
-- nils initialized in constructor
+-- TODO: inherit from `not.Sprite`.
+-- TODO: clean-up and reformat code, see newer code for reference.
Effect = {
x = 0,
y = 0,