mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Fix AnimatedSprite normal map loading
Normal map names are now correctly set up during loading.
(cherry picked from commit d02b319ec4)
This commit is contained in:
committed by
Rémi Verschelde
parent
bf2d62382f
commit
6e52037876
@@ -274,6 +274,7 @@ void SpriteFrames::_set_animations(const Array &p_animations) {
|
||||
}
|
||||
|
||||
animations[d["name"]] = anim;
|
||||
animations[d["name"]].normal_name = String(d["name"]) + NORMAL_SUFFIX;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user