You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: playground/misc/misc-3-release-notes.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,10 @@ The CodinGame SDK is regularly updated and improved. This document lets you know
12
12
13
13
### Bug fixes
14
14
15
+
- 💥 _Breaking change_ Renamed SpriteSheetLoader to SpriteSheetSplitter.
15
16
- Subfolders of the assets folder work on Windows now.
16
17
- Frame zero now has a duration of zero.
17
-
- The [SpriteSheetLoader](playground/graphics/graphics-spritesheet#Using the SpriteSheetLoader) doesn't reload the sprite sheet if it's already in the TextureCache.
18
+
- The [SpriteSheetSplitter](playground/graphics/graphics-spritesheet#Using the SpriteSheetSplitter) doesn't reload the sprite sheet if it's already in the TextureCache.
18
19
- The local player now uses the parameters stored in the LocalStorage.
19
20
- Removed the max turn warning, since it's replaced by a limit of alloted time.
0 commit comments