mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-03-11 14:49:24 +02:00
gui tweak
This commit is contained in:
parent
cc29e4b885
commit
2be275cbed
@ -18,7 +18,7 @@ local function create_victory_gui(player)
|
||||
local values = gui_values[global.bb_game_won_by_team]
|
||||
local c = values.c1
|
||||
if global.tm_custom_name[global.bb_game_won_by_team] then c = global.tm_custom_name[global.bb_game_won_by_team] end
|
||||
local frame = player.gui.left.add {type = "frame", name = "bb_victory_gui", direction = "vertical", caption = c .. " team has won!" }
|
||||
local frame = player.gui.left.add {type = "frame", name = "bb_victory_gui", direction = "vertical", caption = c .. " won!" }
|
||||
frame.style.font = "heading-1"
|
||||
frame.style.font_color = values.color1
|
||||
|
||||
|
@ -23,3 +23,4 @@ A factorio scenario.
|
||||
## Using Comfy maps
|
||||
- Check out the [wiki](https://github.com/M3wM3w/ComfyFactorio/wiki) for getting started.
|
||||
- We're also live at [discord](https://getcomfy.eu/discord). Don't hesitate to reach out if you're having issues getting started!
|
||||
- The scenario is free to play, host or modify, however, you are welcome to visit our servers.
|
||||
|
Loading…
x
Reference in New Issue
Block a user