document a desirable invariant

This commit is contained in:
Kartik K. Agaram 2024-06-16 05:14:23 -07:00
parent f3f9ee270c
commit 0d4e7364d8
1 changed files with 1 additions and 0 deletions

View File

@ -1 +1,2 @@
-- Viewport width,height should match screen/window width,height at all times.
Viewport = {x=-50, y=-50, w=800,h=600, zoom=1.0}