Skip to content

Commit

Permalink
remove animation name
Browse files Browse the repository at this point in the history
  • Loading branch information
nearnshaw committed Oct 3, 2023
1 parent 335beac commit ad35ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Portal-Puzzle/src/portals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function createPortal(color: PortalColor, pos: TransformType) {
src: color == PortalColor.Blue ? 'assets/models/portalBlue.glb' : 'assets/models/portalOrange.glb'
})
Animator.create(portal, {
states: [{ clip: 'Expand', name: 'expand', loop: false, shouldReset: true, playing: true }]
states: [{ clip: 'Expand', loop: false, shouldReset: true, playing: true }]
})
Portal.create(portal, { color: activePortal })

Expand Down

0 comments on commit ad35ec4

Please sign in to comment.