|
@@ -64,6 +64,8 @@ AEPlayerApplication::AEPlayerApplication(Context* context) :
|
|
|
|
|
|
|
|
void AEPlayerApplication::Setup()
|
|
void AEPlayerApplication::Setup()
|
|
|
{
|
|
{
|
|
|
|
|
+ AEEditorCommon::Setup();
|
|
|
|
|
+
|
|
|
FileSystem* filesystem = GetSubsystem<FileSystem>();
|
|
FileSystem* filesystem = GetSubsystem<FileSystem>();
|
|
|
|
|
|
|
|
engineParameters_["WindowTitle"] = "AtomicPlayer";
|
|
engineParameters_["WindowTitle"] = "AtomicPlayer";
|
|
@@ -85,6 +87,8 @@ void AEPlayerApplication::Setup()
|
|
|
engineParameters_["WindowHeight"] = 720;
|
|
engineParameters_["WindowHeight"] = 720;
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
|
|
+ engineParameters_["LogLevel"] = LOG_DEBUG;
|
|
|
|
|
+
|
|
|
#if ATOMIC_PLATFORM_WINDOWS
|
|
#if ATOMIC_PLATFORM_WINDOWS
|
|
|
engineParameters_["WindowIcon"] = "Images/AtomicLogo32.png";
|
|
engineParameters_["WindowIcon"] = "Images/AtomicLogo32.png";
|
|
|
engineParameters_["ResourcePrefixPath"] = "AtomicPlayer_Resources";
|
|
engineParameters_["ResourcePrefixPath"] = "AtomicPlayer_Resources";
|