File

src/client/app/modules/puzzle/common/puzzle-config.common.ts

Index

Properties

Properties

Static dbFile
dbFile: string
Type : string
Default value : puzzle.db
Static isDev
isDev: boolean
Type : boolean
Default value : false
Static title
title: string
Type : string
Default value : 16 Puzzle
Static transition
transition: Object
Type : Object
export class PuzzleConfig {
  static title: string = '16 Puzzle';
  static isDev: boolean = false;
  static dbFile: string = 'puzzle.db';
  static transition: Object = {
    transition: {
      name: 'flip',
      curve: 'linear'
    }
  };
}

results matching ""

    No results matching ""