Editor improvements
- Can now copy nuake.net dll in debug build - Scrolling outside the viewport wont move the editor cam - Can now double click to to open .sln files - Right arrow now works in file system panel
This commit is contained in:
@@ -55,6 +55,7 @@ namespace Nuake {
|
||||
Coral::ManagedObject GetEntityScript(const Entity& entity);
|
||||
bool HasEntityScriptInstance(const Entity& entity);
|
||||
|
||||
void CopyNuakeNETAssemblies(const std::string& path);
|
||||
void GenerateSolution(const std::string& path, const std::string& projectName);
|
||||
void CreateEntityScript(const std::string& path, const std::string& entityName);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user