Добавлены все обновления от сообщества, вплоть до #148
This commit is contained in:
29
Teleporters/data-final-fixes.lua
Normal file
29
Teleporters/data-final-fixes.lua
Normal file
@@ -0,0 +1,29 @@
|
||||
local tp = data.raw["land-mine"]["teleporter"]
|
||||
|
||||
tp.trigger_radius = 2
|
||||
|
||||
tp.collision_box = {{-2, -2},{2, 2}}
|
||||
tp.selection_box = {{-2, -2},{2, 2}}
|
||||
|
||||
tp.picture_safe.filename = "__Teleporters__/data/entities/teleporters/hr-teleporter-closed.png"
|
||||
tp.picture_safe.width = 160
|
||||
tp.picture_safe.height = 160
|
||||
tp.picture_safe.hr_version.scale = 1
|
||||
|
||||
tp.picture_set.filename = "__Teleporters__/data/entities/teleporters/hr-teleporter-open.png"
|
||||
tp.picture_set.width = 160
|
||||
tp.picture_set.height = 160
|
||||
tp.picture_set.hr_version.scale = 1
|
||||
|
||||
tp.picture_set_enemy.filename = "__Teleporters__/data/entities/teleporters/hr-teleporter-open.png"
|
||||
tp.picture_set_enemy.width = 160
|
||||
tp.picture_set_enemy.height = 160
|
||||
tp.picture_set_enemy.hr_version.scale = 1
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user