diff --git a/Example/SaveSystem/Script/ViewSaveSystem.cs b/Example/SaveSystem/Script/ViewSaveSystem.cs index b2e2604..92fd404 100644 --- a/Example/SaveSystem/Script/ViewSaveSystem.cs +++ b/Example/SaveSystem/Script/ViewSaveSystem.cs @@ -1,6 +1,7 @@ using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; +using EGFramework.UI; using Godot; using LiteDB; using Renci.SshNet; @@ -26,13 +27,25 @@ namespace EGFramework.Examples.Test{ dataStudents.Add(dataStudent); dataStudents.Add(dataStudent2); this.GetNode("TabContainer").CreateTable(dataStudents,"Teacher"); - this.Alert("Hello World"); + // Button btn = this.CreateNode