Skip to content

Commit

Permalink
Change positioning of scoreboard for super long names
Browse files Browse the repository at this point in the history
  • Loading branch information
ForbodingAngel committed Apr 25, 2016
1 parent 0e2a572 commit 2c963a0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
2 changes: 1 addition & 1 deletion LuaRules/Gadgets/game_controlVictory.lua
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ else -- UNSYNCED
--Spring.Echo("\t\t\t\tnot player")
--Spring.Echo("allied team ID", allyTeamID, "\t", "team ID", teamId, Spring.GetPlayerInfo(playerId))
Text(playerTeamColor .. Spring.GetPlayerInfo(playerId) .. "'s Team (" .. allyTeamID.. "): " .. white ..
teamScore, vsx - 260, vsy * .58 - 20 * playerId+10, 16, "lo")
teamScore, vsx - 280, vsy * .58 - 20 * playerId+10, 16, "lo")
end -- end playerId
end -- not gaia
end -- end teamId
Expand Down
22 changes: 9 additions & 13 deletions modinfo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,13 @@
--------------------------------------------------------------------------------

return {
name='Evolution RTS -',
description='EvoRTS',
shortname='EvoRTS',
version='$VERSION',
mutator='Official',
game='Evolution RTS',
shortGame='EvoRTS',
modtype=1,
-- depend = {"Spring Features v1.8"},

NTAI = {
tdfpath='EvoRTS';
},
name='Evolution RTS -',
description='EvoRTS',
shortname='EvoRTS',
version='$VERSION',
mutator='Official',
game='Evolution RTS',
shortGame='EvoRTS',
modtype=1,
depend = {"Spring Features v1.8"},
}

0 comments on commit 2c963a0

Please sign in to comment.