mirror of
https://github.com/Wyrrrd/Gun_Turret_Alerts.git
synced 2026-04-18 03:34:52 +02:00
graphics
-mod icon -actual yellow and red ammo alerts (yellow derivated from existing vanilla ammo alert)
This commit is contained in:
14
prototypes/signals.lua
Normal file
14
prototypes/signals.lua
Normal 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,
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user