Added Damage Popups

This commit is contained in:
Cooldude2606
2019-03-22 23:02:10 +00:00
parent 6a4967645b
commit 29c542f391
7 changed files with 44 additions and 2 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "DamagePopup",
"version": "4.0.0",
"description": "When a entibty is damaged y a player it will show how much damage you've dealth, When a player gets attacked by a entity it will popup the player's health in color.",
"location": "FSM_ARCHIVE",
"keywords": [
"Damage",
"Popup",
"Floating",
"Text"
],
"author": "badgamernl",
"contact": "badgamernl@gmail.com",
"license": "https://github.com/explosivegaming/scenario/blob/master/LICENSE",
"dependencies": {
"FactorioStdLib.Color": "^0.8.0"
},
"submodules": {}
}