diff options
| author | ne_mene <[email protected]> | 2026-04-05 01:21:01 +0200 |
|---|---|---|
| committer | ne_mene <[email protected]> | 2026-04-05 01:21:01 +0200 |
| commit | 1e20a7fd48b47f461dc6fd00fbd6b3ccfe509fc7 (patch) | |
| tree | 8235c0c440b66fda6e11f3c0189eee18d995813f /src | |
| parent | ed1d2853eafa7063a561336b639ddae292409d63 (diff) | |
comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/init.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/init.lua b/src/init.lua index 8105731..824229d 100644 --- a/src/init.lua +++ b/src/init.lua @@ -48,6 +48,9 @@ function init_global_systems() end function reload_assets() + -- TODO: + -- would be cool if it also made already loaded sprites and specks reload + -- probably do some expensive thing to update, but strip it on build load_textures_from() load_sounds_from() load_specks_from() |
