This commit is contained in:
2026-09-10 10:59:39 +03:00
commit a00c7cc88b
20 changed files with 13204 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
var container = FindNode<Control>("Lastground");
if (container != null)
{
var model = container.GetNodeOrNull<Node>("Live2DTestModel");
if (model != null)
model.QueueFree();
}
var dragPanel = FindNode<Godot.ColorRect>("Live2DDragPanel");
if (dragPanel != null)
dragPanel.QueueFree();