mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-22 03:46:50 +01:00
Fix AnimatedSprite normal map loading
Normal map names are now correctly set up during loading.
This commit is contained in:
parent
12eba08f8c
commit
3954a79659
@ -276,6 +276,7 @@ void SpriteFrames::_set_animations(const Array &p_animations) {
|
||||
}
|
||||
|
||||
animations[d["name"]] = anim;
|
||||
animations[d["name"]].normal_name = String(d["name"]) + NORMAL_SUFFIX;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user