mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-06 05:01:53 +00:00
Moved Script Solution (.sln) to project root
- Updated vswhere.exe - Scripts created via Asset browser are now being added to the project - Fixed Apply not being called for extended Settings - Correctly wrap New File preview only when line full - Create Project: Show warning, when target directory already exists
This commit is contained in:
@@ -48,11 +48,16 @@ namespace GlitchyEngine
|
||||
private List<ISettings> _userSettings ~ ClearAndDeleteItems!(_);
|
||||
*/
|
||||
|
||||
[AllowAppend]
|
||||
public this()
|
||||
{
|
||||
/*List<ISettings> userSettings = append .();
|
||||
_userSettings = userSettings;*/
|
||||
RegisterEventListeners();
|
||||
}
|
||||
|
||||
protected virtual void RegisterEventListeners()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public void Apply()
|
||||
|
||||
Reference in New Issue
Block a user