Created basic entry point and application

This commit is contained in:
Simon Lübeß
2020-11-01 15:41:12 +01:00
parent 1adb665422
commit bf796a2a25
7 changed files with 46 additions and 32 deletions
+1 -2
View File
@@ -3,5 +3,4 @@ Dependencies = {corlib = "*", GlitchyEngine = "*"}
[Project]
Name = "Sandbox"
TargetType = "BeefGUIApplication"
StartupObject = "Sandbox.Program"
StartupObject = "GlitchyEngine.Program"