Reorganize src folder and add Api and Scene classes
This commit is contained in:
parent
8b50adcd60
commit
a4bb1655d0
6 changed files with 5 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { mp5 } from '../main';
|
||||
import { colors } from './colors';
|
||||
import { colors } from './constants/colors';
|
||||
|
||||
export class Player {
|
||||
x: number;
|
||||
|
|
|
|||
Reference in a new issue