feat: Enhance EventProperties and mechanics components with new mechanics; refactor action handling and improve state management for various actions
This commit is contained in:
@@ -243,7 +243,7 @@ function processLoadedModel(
|
||||
rotation: [0, 0, 0],
|
||||
action: {
|
||||
actionUuid: THREE.MathUtils.generateUUID(),
|
||||
actionName: `Action ${index}`,
|
||||
actionName: `Action ${index + 1}`,
|
||||
actionType: 'default',
|
||||
material: 'inherit',
|
||||
delay: 0,
|
||||
|
||||
Reference in New Issue
Block a user