Skip to content

Commit

Permalink
Merge branch 'main' of github.com:MalteZA/MAES into release_2.0_galactic
Browse files Browse the repository at this point in the history
  • Loading branch information
Malte Z. Andreasen committed Jun 2, 2022
2 parents 54e965a + e395263 commit 89cb05d
Show file tree
Hide file tree
Showing 6 changed files with 109 additions and 2 deletions.
Binary file added Assets/Resources/MAES icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
98 changes: 98 additions & 0 deletions Assets/Resources/MAES icon.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Resources/MAES-icon.afdesign
Binary file not shown.
3 changes: 3 additions & 0 deletions Assets/Resources/MAES-icon.afdesign.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Assets/Scripts/MaesYamlConfigLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ public static MaesConfigType LoadConfig() {
}

var stream = new StreamReader(ConfigFileName);
Debug.Log("Before deserializer");
var deserializer = new DeserializerBuilder()
.WithNamingConvention(UnderscoredNamingConvention.Instance)
.Build();
Expand Down
9 changes: 8 additions & 1 deletion ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,14 @@ PlayerSettings:
AndroidMinifyDebug: 0
AndroidValidateAppBundleSize: 1
AndroidAppBundleSizeToValidate: 150
m_BuildTargetIcons: []
m_BuildTargetIcons:
- m_BuildTarget:
m_Icons:
- serializedVersion: 2
m_Icon: {fileID: 2800000, guid: 19e6247e286a547f58d19dadda68b5d6, type: 3}
m_Width: 128
m_Height: 128
m_Kind: 0
m_BuildTargetPlatformIcons: []
m_BuildTargetBatching:
- m_BuildTarget: Standalone
Expand Down

0 comments on commit 89cb05d

Please sign in to comment.