styling, add&del buttons...

This commit is contained in:
STEINNI
2025-10-20 20:44:12 +00:00
parent 7c92bbcdfe
commit 4712946876
11 changed files with 171 additions and 75 deletions
+17 -17
View File
@@ -17,22 +17,6 @@
"tweenEasing":"Linear"
}
]
}
]
},
{
"chan": "arena:agents:*",
"events": [
{
"eventName": "age",
"mappings": [
{
"id": "aid",
"assign": {
"material.color": "color"
}
}
]
},
{
"eventName": "rotate",
@@ -45,7 +29,23 @@
"rotation.z": "facing.z"
},
"tween": true,
"tweenDelay": 500
"tweenDelay": 150
}
]
}
]
},
{
"chan": "system:arena:agents:*",
"events": [
{
"eventName": "age",
"mappings": [
{
"id": "aid",
"assign": {
"material.color": "color"
}
}
]
},