diff options
| author | ne_mene <[email protected]> | 2026-04-05 01:27:56 +0200 |
|---|---|---|
| committer | ne_mene <[email protected]> | 2026-04-05 01:27:56 +0200 |
| commit | 0351480c89d0fe65786ce9a85ec1d39c32f5110d (patch) | |
| tree | f217f5523bbf4a1128b64775ac3a56be9b5aab86 /main.lua | |
| parent | 1e20a7fd48b47f461dc6fd00fbd6b3ccfe509fc7 (diff) | |
funny comment
Diffstat (limited to 'main.lua')
| -rw-r--r-- | main.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ function love.draw(dt) local scn = get_current_scene() assert(scn, "No scene set.") + -- borgir fire_event(scn.on_draw, dt) fire_event(global_on_draw, dt) |
