Skip to content

Commit

Permalink
fix(ui): increase render resolution (#28)
Browse files Browse the repository at this point in the history
## How does this PR impact the user?

## Сейчас

<img width="1424" alt="image"
src="https://github.com/user-attachments/assets/f1e54e9a-59db-4ca8-83d1-4641d7d7d08e">

## До

<img width="1424" alt="image"
src="https://github.com/user-attachments/assets/4f9eaf26-0ea0-4507-8467-0d29380f23dd">

## Description

Ditto.

## Limitations

N/A

## Checklist

- [x] my PR is focused and contains one wholistic change
- [x] I have added screenshots or screen recordings to show the changes
  • Loading branch information
yurijmikhalevich authored Aug 31, 2024
1 parent b85caa7 commit f67c6bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/GameScreen.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ watch(gameState, async (newState, prevState) => {
canvas: canvas.value,
backgroundColor: "#FFFFFF",
antialias: true,
resolution: 1,
resolution: 4,
autoDensity: true,
});
// render food
Expand Down

0 comments on commit f67c6bd

Please sign in to comment.