Skip to content

Commit

Permalink
chore: mark AAPT_POSITION as deprecated (#209)
Browse files Browse the repository at this point in the history
feat: deprecate AAPT_POSITION
  • Loading branch information
leanmendoza authored Jul 16, 2024
1 parent 365e0bb commit 67e81c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion proto/decentraland/sdk/components/avatar_attach.proto
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ message PBAvatarAttach {

// AvatarAnchorPointType determines the part of the avatar's body that anchors the Entity.
enum AvatarAnchorPointType {
AAPT_POSITION = 0;
// @deprecated consider parenting to `engine.PlayerEntity`, this will attach to player position with an arbitrary offset
AAPT_POSITION = 0;
AAPT_NAME_TAG = 1;
AAPT_HEAD = 4;
AAPT_NECK = 5;
Expand Down

0 comments on commit 67e81c4

Please sign in to comment.