Skip to content

Commit

Permalink
standard formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
twuky committed Jan 29, 2023
1 parent 051b816 commit a059285
Show file tree
Hide file tree
Showing 2 changed files with 1,165 additions and 1,165 deletions.
4 changes: 2 additions & 2 deletions examples/textures/textures_bunnymark.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ while (!r.WindowShouldClose()) {
}
}

r.BeginDrawing()
r.BeginDrawing()
r.ClearBackground(r.RAYWHITE)

for (const bun of bunnies) {
Expand All @@ -47,7 +47,7 @@ while (!r.WindowShouldClose()) {
((bun.position.x + hWidth) < 0)) bun.speed.x *= -1
if (((bun.position.y + hHeight) > r.GetScreenHeight()) ||
((bun.position.y + hHeight - 40) < 0)) bun.speed.y *= -1

r.DrawTexture(texBunny, bun.position.x, bun.position.y, bun.color)
}

Expand Down
Loading

0 comments on commit a059285

Please sign in to comment.