Fixed Alot Of Stuff For Info Window

This commit is contained in:
Cooldude2606
2018-04-08 16:02:19 +01:00
parent 5b10126c44
commit e28fedb70a
4 changed files with 39 additions and 22 deletions

View File

@@ -34,6 +34,10 @@ Example: defines.input_action.drop_item -> 'drop_item'
http://lua-api.factorio.com/latest/defines.html#defines.input_action
--]]
Sync.add_to_gui(function(player,frame)
return 'You have been given the rank '..Ranking.get_rank(player).name..' from our Discord'
end)
-- see ExpCore/ranks.lua for examples - you add your own and edit pre-made ones here.
local groups = Ranking._groups(true)