diff options
| author | ne_mene <[email protected]> | 2026-03-29 15:26:32 +0200 |
|---|---|---|
| committer | ne_mene <[email protected]> | 2026-03-29 15:26:32 +0200 |
| commit | f9f6c3a75e5e16998c8bd82b8326aecf7e722ebd (patch) | |
| tree | ab8bb6704aec9893adb7d379cca311a5104a57f2 /src/init.lua | |
| parent | da8eebb2d8ed8594f51ea7b45db44ad91d9c0810 (diff) | |
load image data as well
Diffstat (limited to 'src/init.lua')
| -rw-r--r-- | src/init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/init.lua b/src/init.lua index 19acd59..4fd66dd 100644 --- a/src/init.lua +++ b/src/init.lua @@ -25,6 +25,7 @@ register_input("Dash", {{"key", "lshift"}}) register_input("Right_Click", {{"mouse", 2}}) register_input("Left_Click", {{"mouse", 1}}) +li = love.image la = love.audio lg = love.graphics lf = love.filesystem |
