mirror of
https://git.leinelab.org/Mal/mr-crocs-adventures.git
synced 2025-09-11 02:57:36 +02:00
New rain and thunder effects added
This commit is contained in:
@@ -7,11 +7,15 @@ export class FullscreenEffect
|
||||
this.canvas = canvas;
|
||||
}
|
||||
|
||||
init()
|
||||
{
|
||||
}
|
||||
|
||||
update(timestamp)
|
||||
{
|
||||
}
|
||||
|
||||
render(context)
|
||||
render(context, camera)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user