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:
parent
e45cc68092
commit
3ce59a5114
2 changed files with 268 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue