Spacetime-Meta / spacetime-sdk

The spacetime-sdk is a turnkey virtual environment package for building in the Spacetime Metaverse
https://www.spacetimemeta.io/metaverse/spawn-planet
MIT License
11 stars 2 forks source link

Remove info field in Capsule Entity #30

Closed Liquid-Blocks closed 2 years ago

Liquid-Blocks commented 2 years ago

The info attribute contains duplicate radius information.

Task: Remove the info attribute and make segment a direct attribute

Proposed Steps:

  1. CapsuleEntity.info.segment should become a direct attribute of the Class (CapsuleEntity.segment).
  2. Remove the CapsuleEntity.info attribute.
  3. Scan the whole repo and replace uses of the CapsuleEntity.info.radius by a direct access to CapsuleEntity.radius.
  4. Scan the whole repo and replace uses of the CapsuleEntity.info.segment by a direct access to CapsuleEntity.segment.

image