Throwing tweaks (#16266)
- Cartridge bounds decreased. - Throwing pushback scales based on entity mass.
This commit is contained in:
@@ -6,6 +6,17 @@
|
||||
- type: Sprite
|
||||
drawdepth: Items
|
||||
netsync: false
|
||||
- type: Fixtures
|
||||
fixtures:
|
||||
fix1:
|
||||
shape:
|
||||
!type:PhysShapeAabb
|
||||
bounds: "-0.10,-0.05,0.10,0.05"
|
||||
density: 20
|
||||
mask:
|
||||
- ItemMask
|
||||
restitution: 0.3 # fite me
|
||||
friction: 0.2
|
||||
- type: Tag
|
||||
tags:
|
||||
- Cartridge
|
||||
|
||||
Reference in New Issue
Block a user