Skip to content

Commit

Permalink
Updated to v0.6.10 of Blits. Removed FPS counter in favor of builti-i…
Browse files Browse the repository at this point in the history
…n version.
  • Loading branch information
michielvandergeest committed Feb 2, 2024
1 parent 5075a63 commit 06f8561
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 157 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightningjs/blits-example-app",
"version": "0.5.11",
"version": "0.5.12",
"description": "Lightning 3 Blits Example App",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -33,6 +33,6 @@
"vite": "^4.0.4"
},
"dependencies": {
"@lightningjs/blits": "^0.6.9"
"@lightningjs/blits": "^0.6.10"
}
}
Binary file removed public/assets/fps_sprite.png
Binary file not shown.
5 changes: 0 additions & 5 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,7 @@ import Slots from './pages/Slots'
import MemoryGame from './pages/MemoryGame'
import Exponential from './pages/Exponential'

import FPScounter from './components/FPScounter.js'

export default Blits.Application({
components: {
FPScounter,
},
template: `
<Element w="1920" h="1080" :color="$backgroundColor">
<RouterView />
Expand Down
139 changes: 0 additions & 139 deletions src/components/FPScounter.js

This file was deleted.

0 comments on commit 06f8561

Please sign in to comment.