Skip to content

Commit

Permalink
hide all but primary Eval pane for Casual mode
Browse files Browse the repository at this point in the history
  • Loading branch information
quietly-turning committed Apr 22, 2017
1 parent c4d3c30 commit 496174f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BGAnimations/ScreenEvaluation common/default.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local Players = GAMESTATE:GetHumanPlayers()
local NumPanes = 4
local NumPanes = SL.Global.GameMode=="Casual" and 1 or 4

-- Start by loading actors that would be the same whether 1 or 2 players are joined.
local t = Def.ActorFrame{
Expand Down

0 comments on commit 496174f

Please sign in to comment.