change clouds
This commit is contained in:
parent
419a8328fc
commit
5afb7023ec
|
|
@ -13,9 +13,9 @@ let y = rng(0, HEIGHT)
|
|||
|
||||
type Cloud = { x: number; y: number; speed: number }
|
||||
const clouds: Cloud[] = [
|
||||
{ x: 200, y: 100, speed: 0.7 },
|
||||
{ x: 500, y: 150, speed: 0.5 },
|
||||
{ x: 50, y: 220, speed: 0.5 },
|
||||
{ x: 300, y: 100, speed: 0.7 },
|
||||
{ x: 600, y: 150, speed: 0.5 },
|
||||
{ x: 75, y: 220, speed: 0.5 },
|
||||
]
|
||||
|
||||
export function init() { console.log("init") }
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user