allows direct robot sprite testing (#16942)

* allows direct robot sprite testing

* .

* some more details
This commit is contained in:
Kashargul
2025-01-25 17:10:32 +01:00
committed by GitHub
parent d83a54511c
commit df3ea601a7
5 changed files with 219 additions and 0 deletions
+8
View File
@@ -729,3 +729,11 @@
fdel("[ASSET_CROSS_ROUND_SMART_CACHE_DIRECTORY]/spritesheet_cache.[initial(A.name)].json")
cleared++
to_chat(usr, span_notice("Cleared [cleared] asset\s."))
// For spriters with long world loads, allows to reload test robot sprites
/client/proc/cmd_reload_robot_sprite_test()
set category = "Debug.Sprites"
set name = "Reload Robot Test Sprites"
set desc = "Reloads the dmis from the test folder and creates the test datums."
SSrobot_sprites.reload_test_sprites()