1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-16 14:00:40 +00:00

add timer node tests

This commit is contained in:
Shashank C
2024-05-01 10:15:13 +05:30
committed by unknown
parent 7ebc866418
commit 7a6f8452bd
2 changed files with 218 additions and 0 deletions

View File

@@ -118,6 +118,7 @@
#include "tests/scene/test_sprite_frames.h"
#include "tests/scene/test_text_edit.h"
#include "tests/scene/test_theme.h"
#include "tests/scene/test_timer.h"
#include "tests/scene/test_viewport.h"
#include "tests/scene/test_visual_shader.h"
#include "tests/scene/test_window.h"