Skip to content

Commit

Permalink
refactor: remove some unused declarations/imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Stan-Stani committed Jan 7, 2024
1 parent 8d03e6e commit 65a2c70
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/games/platformerTest.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import { Scene, Game, WEBGL, GameObjects, Physics } from 'phaser'
import { Scene, GameObjects} from 'phaser'
const WIDTH = 256
const HEIGHT = 240
const GRAVITY = 128

const canvas = document.getElementById('game') as HTMLCanvasElement

interface IPlayer extends Phaser.Types.Physics.Arcade.SpriteWithDynamicBody {
brakingInfo: {
isBraking: boolean
Expand Down

0 comments on commit 65a2c70

Please sign in to comment.