Skip to content

Commit

Permalink
decrease frames spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
mi-sts committed Apr 29, 2024
1 parent c4b12bc commit 3f9076a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ abstract class Renderer(protected val window: Window) : Comparable<Renderer> {
const val FramesSpacingUniformName = "uFramesSpacing"

const val DefaultGridWidth = 10
const val FramesSpacing = 0.25f
const val FramesSpacing = 0.02f

fun getSpacingWidth(framesSize: Vector2i) = framesSize.y * FramesSpacing
}
Expand Down

0 comments on commit 3f9076a

Please sign in to comment.