Use SceneStringName in more places

This commit is contained in:
A Thousand Ships
2024-11-02 16:15:39 +01:00
parent 893bbdfde8
commit af56d6e8e8
41 changed files with 69 additions and 69 deletions

View File

@@ -41,7 +41,7 @@ class AnimatedSprite2D : public Node2D {
String autoplay;
bool playing = false;
StringName animation = "default";
StringName animation = SceneStringName(default_);
int frame = 0;
float speed_scale = 1.0;
float custom_speed_scale = 1.0;