From be8b416d20c09ece1f4c607614c5b504c1690c36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F?= <36481442+setanarut@users.noreply.github.com> Date: Sun, 29 Sep 2024 04:08:09 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0178b2..009f1d9 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. \ No newline at end of file +See the [./examples/demo/main.go](./examples/demo/main.go) for a real working code example.