New rain and thunder effects added

This commit is contained in:
Mal
2024-12-14 12:09:49 +01:00
parent a583005814
commit f6ebd8f3aa
14 changed files with 183 additions and 11 deletions

View File

@@ -7,11 +7,15 @@ export class FullscreenEffect
this.canvas = canvas;
}
init()
{
}
update(timestamp)
{
}
render(context)
render(context, camera)
{
}