Skip to content

Commit

Permalink
Fixed indention
Browse files Browse the repository at this point in the history
  • Loading branch information
BigJk committed Apr 3, 2022
1 parent 1346347 commit 07c9228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ func main() {

con.Print(2, 2, "Hello!\nTEST\n Line 3", t.Foreground(concolor.RGB(0, 255, 0)), t.Background(concolor.RGB(255, 0, 0)))
con.Print(2, 7, fmt.Sprintf("TPS: %0.2f\nFPS: %0.2f\nElapsed: %0.4f", ebiten.CurrentFPS(), ebiten.CurrentFPS(), timeDelta))
return nil
return nil
})

// start the console with a scaling of 1
Expand Down

0 comments on commit 07c9228

Please sign in to comment.