1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-04 17:04:49 +00:00

Added new unit tests for Sprite2D.

Added a new test file and test cases for Sprite2D. Updated test_main.cpp to include the new test file.
This commit is contained in:
kj-art-dev
2025-05-18 12:39:49 -07:00
parent e45cc68092
commit 3ce59a5114
2 changed files with 268 additions and 0 deletions

View File

@@ -139,6 +139,7 @@
#include "tests/scene/test_parallax_2d.h"
#include "tests/scene/test_path_2d.h"
#include "tests/scene/test_path_follow_2d.h"
#include "tests/scene/test_sprite_2d.h"
#include "tests/scene/test_sprite_frames.h"
#include "tests/scene/test_style_box_texture.h"
#include "tests/scene/test_texture_progress_bar.h"