Releases: SpriteStudio/SSPlayerForGodot
v1.4.0
v1.3.0
v1.3.0 beta
- Support GDExtension
- Only support Editor, Not support template at the moment.
- Update the default support version of Godot 4 from 4.3 to 4.4.1.
- Fix a crash problem on some Kindle Fire devices.
v1.2.0 Added a Texture Interpolate option.
Regarding the Texture Interpolation Flag
In the current implementation of SSPlayer for Godot (as of v1.2.0), animations are first rendered to a texture and then drawn to the screen buffer by Godot's renderer.
To apply bilinear interpolation when rendering to this texture, you can enable a specific flag.
With this flag enabled, anti-aliasing will be applied to the edges of rotated or slanted parts, but if you prefer a different look, you can turn it off.
By disabling this flag and setting the FilterMode of the CanvasItem's Texture to Nearest, interpolation will not be applied when drawing to the screen buffer, resulting in sharper pixel edges.
For example, this setting is useful for pixel art games.
Rendering Texture Size
The size of the texture to be rendered is determined by the "reference frame" size set for the animation in SpriteStudio (as of v1.2.0).
Please see the README
v1.1.1
- 不具合修正:パーツカラー:ミックスの頂点単位の時にX状(三角形の辺部分)の輝度が高くなる問題を修正
- 対応漏れ:ss-blur シェーダーのコードを追加