Skip to content

Commit

Permalink
chore: move more components around
Browse files Browse the repository at this point in the history
  • Loading branch information
eordano committed Apr 11, 2020
1 parent 42ddb0f commit 5242c9c
Show file tree
Hide file tree
Showing 25 changed files with 405 additions and 493 deletions.
37 changes: 0 additions & 37 deletions scene-api/engine/Animator.ts

This file was deleted.

2 changes: 1 addition & 1 deletion scene-api/engine/AvatarShape.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ObservableComponent, Component } from '../ecs/Component'
import { ObservableComponent, Component } from './../ecs/Component'
import { CLASS_ID } from './Components'
import { Color4 } from 'dcl/utils/math/Color4'

Expand Down
1 change: 1 addition & 0 deletions scene-api/engine/Billboard.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Component, ObservableComponent } from '../ecs/Component'
import { CLASS_ID } from './Components'

/**
* Billboard defines a behavior that makes the entity face the camera in any moment.
* @public
Expand Down
Loading

0 comments on commit 5242c9c

Please sign in to comment.