link to default love.run for comparison

This commit is contained in:
Kartik K. Agaram 2023-01-20 21:07:59 -08:00
parent 674042d4c7
commit a28e57205d
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
-- love.run: main entrypoint function for LÖVE
--
-- Most apps can just use the default, but we need to override it to
-- install a test harness.
-- Most apps can just use the default shown in https://love2d.org/wiki/love.run,
-- but we need to override it to install a test harness.
--
-- A test harness needs to check what the 'real' code did.
-- To do this it needs to hook into primitive operations performed by code.