mirror of
https://github.com/Wyrrrd/Gun_Turret_Alerts.git
synced 2026-03-25 16:49:50 +01:00
Migration to 2.0
- Renamed car group to vehicle group in all languages - Added spidertrons to vehicle group
This commit is contained in:
18
data.lua
18
data.lua
@@ -1,2 +1,16 @@
|
||||
--data.lua
|
||||
require("prototypes.signals")
|
||||
-- data.lua
|
||||
|
||||
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