Add unit tests for PhysicsMaterial

This commit is contained in:
jonas
2024-09-20 11:19:53 +02:00
parent f4af8201ba
commit b2e38f3c4b
2 changed files with 108 additions and 0 deletions

View File

@ -125,6 +125,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_physics_material.h"
#include "tests/scene/test_sprite_frames.h"
#include "tests/scene/test_style_box_texture.h"
#include "tests/scene/test_theme.h"