reduced roboport collision box
This commit is contained in:
parent
75c9465ee5
commit
a01e0ab7f2
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ data:extend({
|
|||
flags = {"player-creation","placeable-neutral"},
|
||||
max_health = 300,
|
||||
corpse = 'big-remnants',
|
||||
collision_box = {{-1.3,-1.3},{1.3,1.3}},
|
||||
collision_box = {{-1.2,-1.2},{1.2,1.2}},
|
||||
selection_box = {{-1.5,-1.5},{1.5,1.5}},
|
||||
map_color = {r=0, g=0, b=1, a=1},
|
||||
minable = {
|
||||
|
@ -134,7 +134,7 @@ data:extend({
|
|||
flags = {"player-creation","placeable-neutral"},
|
||||
max_health = 300,
|
||||
corpse = 'big-remnants',
|
||||
collision_box = {{-1.3,-1.3},{1.3,1.3}},
|
||||
collision_box = {{-1.2,-1.2},{1.2,1.2}},
|
||||
selection_box = {{-1.5,-1.5},{1.5,1.5}},
|
||||
map_color = {r=0, g=0, b=1, a=1},
|
||||
minable = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue