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:
@@ -65,7 +65,8 @@ namespace Nuake
|
||||
Scene,
|
||||
Wad,
|
||||
Map,
|
||||
Assembly
|
||||
Assembly,
|
||||
Solution
|
||||
};
|
||||
|
||||
class File
|
||||
@@ -135,6 +136,10 @@ namespace Nuake
|
||||
{
|
||||
return FileType::NetScript;
|
||||
}
|
||||
if (ext == ".sln")
|
||||
{
|
||||
return FileType::Solution;
|
||||
}
|
||||
|
||||
return FileType::Unkown;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user