teleporter interactive object
This commit is contained in:
@@ -59,13 +59,14 @@ import Particles from '../InteractiveObjects/Particles/Particles.vue';
|
||||
import GenericObject from '../InteractiveObjects/GenericObject/GenericObject.vue';
|
||||
import CharacterObject from '../InteractiveObjects/CharacterObject/CharacterObject.vue';
|
||||
import SceneSwitcher from '../InteractiveObjects/SceneSwitcher/SceneSwitcher.vue';
|
||||
import Teleporter from '../InteractiveObjects/Teleporter/Teleporter.vue';
|
||||
import OffsetLine from './OffsetLine.vue';
|
||||
|
||||
import { InteractiveObjectTypes } from '../InteractiveObjects/InteractiveObject';
|
||||
|
||||
const components = {
|
||||
SvgIcon, OffsetLine, GenericObject, CharacterObject, VideoPlayer, TextObject, ImageObject, SceneSwitcher,
|
||||
PuzzleGame1, PuzzleGame2, MazeQuizGame, Particles, ClassicPuzzle, PairMatchingGame, SingleQuestion
|
||||
PuzzleGame1, PuzzleGame2, MazeQuizGame, Particles, ClassicPuzzle, PairMatchingGame, SingleQuestion, Teleporter
|
||||
};
|
||||
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user