Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ A lightweight 2D game engine for the browser, built with TypeScript and the Web
| `input/pointer` | Per-frame pointer/mouse state with canvas scaling |
| `validate` | JSON validation helpers and error collector |
| `bootstrap` | Canvas, keyboard, pointer setup in one call |
| `transition` | Frame transition helper (flush input, play sound) |

## Installation
```bash
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@starweb-libs/engine",
"description": "A lightweight 2D game engine for the browser",
"author": "Mason L'Etoile",
"version": "0.0.7",
"version": "0.0.8",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -68,11 +68,6 @@
"types": "./dist/bootstrap.d.mts",
"@starweb-libs/source": "./src/bootstrap.ts",
"import": "./dist/bootstrap.mjs"
},
"./transition.js": {
"types": "./dist/transition.d.mts",
"@starweb-libs/source": "./src/transition.ts",
"import": "./dist/transition.mjs"
}
}
}
10 changes: 0 additions & 10 deletions src/transition.ts

This file was deleted.

Loading