Skip to content

Commit

Permalink
Fixed some things
Browse files Browse the repository at this point in the history
  • Loading branch information
tomheeleynz committed Aug 7, 2023
1 parent eba223d commit 8d01d24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
Binary file modified EnchantingTable/src/EditorAssets/Tests/Test.arcanepack
Binary file not shown.
10 changes: 1 addition & 9 deletions EnchantingTable/src/EditorLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,12 @@
#include "EditorLayer.h"
#include "Panels/PanelStructs.h"

#include "ArcaneScript/Scanner/Scanner.h"
#include "ArcaneScript/Parser/Parser.h"

EditorLayer::EditorLayer()
{
}

void EditorLayer::OnAttach()
{
Arcane::AssetPack newPack("C:\\Projects\\Arcane-Engine\\EnchantingTable\\src\\EditorAssets\\Tests\\Test.arcanepack");

newPack.Serialize();
newPack.Deserialize();

{
m_EditorScene = new Arcane::Scene(true);
m_ActiveScene = m_EditorScene;

Expand Down

0 comments on commit 8d01d24

Please sign in to comment.