1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

Unit tests for Path2D module.

Co-authored-by: Matthew-Tave <tavematthew@gmail.com>
This commit is contained in:
jbcolli2
2022-10-05 08:15:43 -04:00
parent 321251a133
commit 92a466c162
2 changed files with 110 additions and 0 deletions

View File

@@ -89,6 +89,7 @@
#include "tests/scene/test_code_edit.h"
#include "tests/scene/test_curve.h"
#include "tests/scene/test_gradient.h"
#include "tests/scene/test_path_2d.h"
#include "tests/scene/test_path_3d.h"
#include "tests/scene/test_sprite_frames.h"
#include "tests/scene/test_text_edit.h"