Skip to content

Commit

Permalink
scene changed scene-view
Browse files Browse the repository at this point in the history
  • Loading branch information
kleber-jg committed Sep 3, 2021
1 parent 57d7d29 commit b8a48c0
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Preferences } from 'data/preferences';
import Phaser from 'phaser-ce';
import { EditorView } from './editor-view/editor-view';
import './plugin.scss';
import { SceneView } from './scene/scene-view';
import { SceneView } from './scene-view/scene-view';

export class Plugin extends Phaser.Plugin {
public constructor(game: Phaser.Game, group?: Phaser.Group | Phaser.Stage) {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b8a48c0

Please sign in to comment.