support aquiring server props and test dropping them
This commit is contained in:
parent
3e1afb82c8
commit
7852790a1e
9 changed files with 858 additions and 150 deletions
|
|
@ -71,9 +71,10 @@ COMMENT ON TYPE server.portability IS 'Whether prop can be used outside origin r
|
|||
CREATE TYPE server.avatar_layer AS ENUM (
|
||||
'skin', -- Background layer (behind user, body/face)
|
||||
'clothes', -- Middle layer (with user, worn items)
|
||||
'accessories' -- Foreground layer (in front of user, held/attached items)
|
||||
'accessories', -- Foreground layer (in front of user, held/attached items)
|
||||
'emote' -- Facial expression layer (overlays face)
|
||||
);
|
||||
COMMENT ON TYPE server.avatar_layer IS 'Z-layer for avatar prop positioning: skin (behind), clothes (with), accessories (front)';
|
||||
COMMENT ON TYPE server.avatar_layer IS 'Z-layer for avatar prop positioning: skin (behind), clothes (with), accessories (front), emote (expressions)';
|
||||
|
||||
-- Emotion state for avatar overlays (moved from props schema)
|
||||
CREATE TYPE server.emotion_state AS ENUM (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue