mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
+ AssetHierarchy: Exposed RootNode
+ ContentBrowserWindow: Fixed Empty Folder not being Leaf-Node
+ TreeNode: Added IsParentOf, IsChildOf and IsInSubtree.
+ Fixed InternalDeleteTreeAndChildren for null trees
11 lines
323 B
TOML
11 lines
323 B
TOML
FileVersion = 1
|
|
Dependencies = {corlib = "*", GlitchLog = "*", GlitchyEngine = "*"}
|
|
|
|
[Project]
|
|
Name = "GlitchyEditor"
|
|
TargetType = "BeefGUIApplication"
|
|
StartupObject = "GlitchyEngine.Program"
|
|
|
|
[Configs.Debug.Win64]
|
|
DebugCommandArguments = "\"D:\\Development\\Projects\\Beef\\GlitchyEngine\\GlitchyEditor\\SandboxProject\""
|