mirror of
https://github.com/Wyrrrd/Rocket_Turrets.git
synced 2026-03-25 15:19:49 +01:00
Integration work
- Reworked integration with Bob's - Added Booktorio integration - Moved some files around
This commit is contained in:
45
integrations/Booktorio/data.lua
Normal file
45
integrations/Booktorio/data.lua
Normal file
@@ -0,0 +1,45 @@
|
||||
if mods["Booktorio"] then
|
||||
data:extend(
|
||||
{
|
||||
{
|
||||
type = "sprite",
|
||||
name = "booktorio-ammo",
|
||||
filename = "__Rocket_Turrets__/graphics/info/ammo.png",
|
||||
width = 104,
|
||||
height = 64,
|
||||
scale = 1
|
||||
},
|
||||
{
|
||||
type = "sprite",
|
||||
name = "booktorio-cover",
|
||||
filename = "__Rocket_Turrets__/graphics/info/cover.png",
|
||||
width = 360,
|
||||
height = 264,
|
||||
scale = 1
|
||||
},
|
||||
{
|
||||
type = "sprite",
|
||||
name = "booktorio-cover-bob",
|
||||
filename = "__Rocket_Turrets__/graphics/info/cover_bob.png",
|
||||
width = 360,
|
||||
height = 264,
|
||||
scale = 1
|
||||
},
|
||||
{
|
||||
type = "sprite",
|
||||
name = "booktorio-turrets",
|
||||
filename = "__Rocket_Turrets__/graphics/info/turrets.png",
|
||||
width = 154,
|
||||
height = 154,
|
||||
scale = 1
|
||||
},
|
||||
{
|
||||
type = "sprite",
|
||||
name = "booktorio-turrets-bob",
|
||||
filename = "__Rocket_Turrets__/graphics/info/turrets_bob.png",
|
||||
width = 698,
|
||||
height = 154,
|
||||
scale = 1
|
||||
}
|
||||
})
|
||||
end
|
||||
Reference in New Issue
Block a user