mirror of
https://codeberg.org/SumianVoice/sum_airship.git
synced 2025-04-30 06:01:43 -04:00
fix collisionbox
This commit is contained in:
parent
86642b96ea
commit
6381b7051e
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ local ship = {
|
|||
initial_properties = {
|
||||
physical = true,
|
||||
pointable = true,
|
||||
collisionbox = {-0.9, -0.0, -0.9, 0.9, 0.9, 0.9},
|
||||
selectionbox = {-0.7, -0.0, -0.7, 0.7, 0.9, 0.7},
|
||||
collisionbox = {-0.6, -0.2, -0.6, 0.6, 0.4, 0.6},
|
||||
selectionbox = {-0.7, -0.35, -0.7, 0.7, 0.4, 0.7},
|
||||
hp_max = 3,
|
||||
visual = "mesh",
|
||||
backface_culling = true,
|
||||
|
|
Loading…
Add table
Reference in a new issue