diff options
| author | s-ol <s+removethis@s-ol.nu> | 2025-09-16 16:17:12 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2025-09-16 16:17:12 +0000 |
| commit | 8fa191e7191047e54e7dcea602e28cb6bce30285 (patch) | |
| tree | 7195c6f2a251e83f0a5f6f119bf3fcf1b2294e1e /alv | |
| parent | lib/osc: set socket reuse flag (diff) | |
| download | alive-8fa191e7191047e54e7dcea602e28cb6bce30285.tar.gz alive-8fa191e7191047e54e7dcea602e28cb6bce30285.zip | |
lib/love: tsv-output takes shape
Diffstat (limited to 'alv')
| -rw-r--r-- | alv/copilot/love/init.moon | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/alv/copilot/love/init.moon b/alv/copilot/love/init.moon index f21e11d..6941da6 100644 --- a/alv/copilot/love/init.moon +++ b/alv/copilot/love/init.moon @@ -28,27 +28,14 @@ class LoveCopilot extends CLICopilot w, h = love.window.getMode! @window_size = vec2\mk_sig { w, h } - @tsv_canvas = nil - draw: => love.graphics.reset! love.graphics.clear! - if @tsv_canvas - love.graphics.setCanvas @tsv_canvas.canvas - love.graphics.clear! - for id, list in pairs @drawlist for fn in *list fn! - if @tsv_canvas - love.graphics.reset! - - @tsv_canvas\send! - love.graphics.setBlendMode "alpha", "premultiplied" - love.graphics.draw @tsv_canvas.canvas - love.graphics.present! run: => |
