Dev modules, Popup additions (#82)

* Chat/Mention popup

* Damage Popup

* fixed config dep
This commit is contained in:
badgamernl
2018-09-21 22:33:59 +02:00
committed by Cooldude2606
parent b947c80667
commit aac04e4562
5 changed files with 132 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "ChatPopup",
"version": "4.0.0",
"type": "Module",
"description": "Creates flying text above player when they send a message.",
"location": "<blank>",
"keywords": ["Chat", "Popup", "Mention", "Floating", "Text"],
"author": "badgamernl",
"contact": "badgamernl@gmail.com",
"license": "https://github.com/explosivegaming/scenario/blob/master/LICENSE",
"dependencies": {
"FactorioStdLib.Game": "0.8.0",
"FactorioStdLib.Color": "^0.8.0"
}
}