1
0
mirror of https://github.com/Wyrrrd/Gun_Turret_Alerts.git synced 2026-04-18 03:34:52 +02:00
-mod icon
-actual yellow and red ammo alerts (yellow derivated from existing vanilla ammo alert)
This commit is contained in:
snouz
2021-03-29 01:24:55 +02:00
parent 7f0fa8bbcf
commit eb3b6cf0e6
6 changed files with 19 additions and 5 deletions

14
prototypes/signals.lua Normal file
View File

@@ -0,0 +1,14 @@
data:extend({
{
type = "virtual-signal",
name = "ammo-icon-red",
icon = "__Gun_Turret_Alerts__/graphics/ammo-icon-red.png",
icon_size = 64,
},
{
type = "virtual-signal",
name = "ammo-icon-yellow",
icon = "__Gun_Turret_Alerts__/graphics/ammo-icon-yellow.png",
icon_size = 64,
}
})