From b03a179931ca48b8f0e08192945053c8a1e18d79 Mon Sep 17 00:00:00 2001 From: Gonzalo Delgado Date: Tue, 10 Sep 2024 07:06:30 -0300 Subject: [PATCH] Make small change to dependencies blurb so it reads better. --- flickyclone.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flickyclone.org b/flickyclone.org index cd24d01..1b4a526 100644 --- a/flickyclone.org +++ b/flickyclone.org @@ -23,7 +23,7 @@ I'll start off with a small [[https://love2d.org/wiki/Config_Files][~conf.lua~ f * Dependencies -I won't be using any dependencies, instead coding stuff on my own and using LÖVE's libraries sparingly. This is mainly because I like learning what makes games tick, but also I typically find LÖVE-related libraries hard to use and unnecessarily complicated, as well as poorly documented. +I won't be using many dependencies, instead trying to code stuff on my own and using LÖVE's libraries sparingly. This is mainly because I like learning what makes games tick, but also I typically find LÖVE-related libraries hard to use and unnecessarily complicated, as well as poorly documented. That being said, I do find *inspect* to be quite useful (I believe it should be a Lua built-in.)