Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
setanarut committed Dec 1, 2024
1 parent c2a165f commit d36ac1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion camera.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Package kamera provides a camera object for Ebitengine v2.
package kamera

import (
Expand Down Expand Up @@ -315,7 +316,7 @@ type CameraShakeOptions struct {
Decay float64 // Decay for trauma
}

// SmoothOptions kamera yumuşak hareket ayarlarını içerir
// SmoothOptions is the camera movement smoothing options.
type SmoothOptions struct {
// LerpSpeed is the linear interpolation speed every frame. Value is in the range [0-1].
//
Expand Down

0 comments on commit d36ac1a

Please sign in to comment.