move load_sprites singleton

This commit is contained in:
Luke Hubmayer-Werner 2023-07-25 14:58:47 +09:30
parent c4522ea1a3
commit cdc8f96c52
2 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ config/icon="res://icon.png"
globals="*res://globals.gd" globals="*res://globals.gd"
SoundLoader="*res://scripts/sound_loader.gd" SoundLoader="*res://scripts/sound_loader.gd"
load_sprites="*res://load_sprites.gd" load_sprites="*res://scripts/load_sprites.gd"
[debug] [debug]