1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-31 18:41:20 +00:00

Add tests for AnimationPlayer

This commit is contained in:
sgil-rodriguez
2024-06-01 16:24:44 +02:00
committed by Rémi Verschelde
parent 9f5309a2a4
commit 58e92077b3
2 changed files with 65 additions and 0 deletions

View File

@@ -122,6 +122,7 @@
#include "tests/core/variant/test_variant_utility.h"
#include "tests/scene/test_animation.h"
#include "tests/scene/test_animation_blend_tree.h"
#include "tests/scene/test_animation_player.h"
#include "tests/scene/test_audio_stream_wav.h"
#include "tests/scene/test_bit_map.h"
#include "tests/scene/test_button.h"