1
0
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:
Wyrrrd
2024-10-27 22:24:16 +01:00
parent 0b343029e9
commit 95ba24d2f9
8 changed files with 61 additions and 50 deletions

View File

@@ -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,
}
})