Skip to content

Commit

Permalink
#78 Battle revisit: fix: log panel stopped expanding
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Krupovich committed Mar 16, 2023
1 parent d3eec93 commit da578bf
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions Assets/Scripts/UI/Battle/BattleScreen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,7 @@ private void Initialize()
actionButtons = GetComponentsInChildren<UIActionButton>();

foreach (var button in actionButtons)
{
button.enabled = false;
button.OnActionButtonClick += Button_OnActionButtonClick;
}

playerTeamId = libraryManager.PlayerTeam.Id;
enemyTeamId = libraryManager.EnemyTeam.Id;
Expand Down
Binary file modified Build/xplora_webgl_build.data
Binary file not shown.
Binary file modified Build/xplora_webgl_build.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ PlayerSettings:
16:10: 0
16:9: 1
Others: 0
bundleVersion: 0.41.2
bundleVersion: 0.41.3
preloadedAssets:
- {fileID: 11400000, guid: 5b1b838f37b4a1849991ee2a63c92918, type: 2}
metroInputSource: 0
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
streamingAssetsUrl: "StreamingAssets",
companyName: "DefaultCompany",
productName: "xplora",
productVersion: "0.41.2",
productVersion: "0.41.3",
showBanner: unityShowBanner,
};

Expand Down

0 comments on commit da578bf

Please sign in to comment.