Drag and drop prefab into scene tree. Play pause snapshot system

This commit is contained in:
antopilo
2021-09-08 21:28:53 -04:00
parent b403082ca2
commit 33b3962e51
9 changed files with 107 additions and 56 deletions

View File

@@ -748,6 +748,8 @@ namespace Nuake {
if (!j.contains("Name"))
return false;
m_Registry.clear();
Name = j["Name"];
m_Environement = CreateRef<Environment>();
@@ -785,14 +787,4 @@ namespace Nuake {
return true;
}
void Scene::Snapshot()
{
}
void Scene::LoadSnapshot()
{
}
}