From 5d0e0f70c4aace4cb539f599eb2ce263e0d672d0 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 22 May 2022 18:32:08 -0700 Subject: [PATCH] one more implication --- app.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app.lua b/app.lua index 9d202e4..d43f4f6 100644 --- a/app.lua +++ b/app.lua @@ -117,6 +117,9 @@ end -- y=101. You have to use the test harness within these limitations for your -- tests to faithfully model the real world. -- +-- One drawback of this approach: the y coordinate used depends on font size, +-- which feels brittle. +-- -- In the fullness of time App will support all side-effecting primitives -- exposed by LÖVE, but so far it supports just a rudimentary set of things I -- happen to have needed so far.