clarify on.code_change

This commit is contained in:
Kartik K. Agaram 2023-01-07 13:49:20 -08:00
parent b32f2bf965
commit 7a1c556918
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ on = {
-- supported handlers:
-- on.initialize (see love.load)
-- on.quit
-- on.code_change (runs after every time the driver sends a new definition)
-- on.code_change (runs after executing code received from the driver)
-- on.draw
-- on.update
-- on.resize