more depth to the distant clouds

This commit is contained in:
minjaesong
2023-08-22 16:20:35 +09:00
parent 0a8b5f33f4
commit 547158a313
6 changed files with 138 additions and 68 deletions

View File

@@ -32,5 +32,8 @@ data class CloudProps(
val spriteSheet: TextureRegionPack,
val probability: Float,
val baseScale: Float,
val scaleVariance: Float
)
val scaleVariance: Float,
val altLow: Float,
val altHigh: Float,
) {
}