Skip to content

Commit

Permalink
Moved position of FPS counter.
Browse files Browse the repository at this point in the history
  • Loading branch information
michielvandergeest committed Jan 12, 2024
1 parent 8b010f7 commit 72192cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default Blits.Application({
template: `
<Element w="1920" h="1080" :color="$backgroundColor">
<RouterView />
<FPScounter x="1570" y="80" />
<FPScounter x="1610" />
</Element>`,
state() {
return {
Expand Down

0 comments on commit 72192cc

Please sign in to comment.