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

make InstancePlaceholder in charge of node reference resolution

This commit is contained in:
Adriano Orioli
2024-04-04 17:10:34 +02:00
parent be56cab58c
commit edd2e6e37f
5 changed files with 670 additions and 8 deletions

View File

@@ -111,6 +111,7 @@
#include "tests/scene/test_curve_3d.h"
#include "tests/scene/test_gradient.h"
#include "tests/scene/test_image_texture.h"
#include "tests/scene/test_instance_placeholder.h"
#include "tests/scene/test_node.h"
#include "tests/scene/test_node_2d.h"
#include "tests/scene/test_packed_scene.h"