Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
setanarut authored Sep 29, 2024
1 parent fbea332 commit be8b416
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 @@ -10,7 +10,7 @@ import "github.com/setanarut/kamera/v2"

## Features

- Camera trauma shake effect with Opensimplex noise
- Camera shake effect with [fastnoise](https://github.com/setanarut/fastnoise) library noise types.
- Lerp motion
- Rotate/Zoom

Expand All @@ -36,4 +36,4 @@ func (g *Game) Draw(screen *ebiten.Image) {
}
```

See the [./examples/demo/main.go](./examples/demo/main.go) for a real working code example.
See the [./examples/demo/main.go](./examples/demo/main.go) for a real working code example.

0 comments on commit be8b416

Please sign in to comment.