fix: powercells now use proper physics (#5199)
This commit is contained in:
parent
f5852ba639
commit
062eae8a91
|
|
@ -6,12 +6,6 @@
|
|||
abstract: true
|
||||
parent: BaseItem
|
||||
components:
|
||||
- type: Physics
|
||||
bodyType: Dynamic
|
||||
fixtures:
|
||||
- shape:
|
||||
!type:PhysShapeAabb
|
||||
bounds: "-0.3,-0.15,0.3,0.2" # TODO: these are placeholder values
|
||||
- type: PowerCell
|
||||
- type: Sprite
|
||||
netsync: false
|
||||
|
|
|
|||
Loading…
Reference in New Issue