diff options
| author | ne_mene <[email protected]> | 2026-04-05 01:39:49 +0200 |
|---|---|---|
| committer | ne_mene <[email protected]> | 2026-04-05 01:39:49 +0200 |
| commit | 01705a325f89d14ae59f0614d158aadb24bb78dc (patch) | |
| tree | 31c594d81b543224dbfe594380f6553066c31161 | |
| parent | e4e9fbbc11aedb08814bc5e03832b6341ff43808 (diff) | |
asset load message
| -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 5ed62b0..29cb64d 100644 --- a/src/init.lua +++ b/src/init.lua @@ -58,6 +58,7 @@ function reload_assets() load_textures_from() load_sounds_from() load_specks_from() + print("Assets loaded.") end local function load_dir(path) |
