mirror of
https://git.leinelab.org/Mal/mr-crocs-adventures.git
synced 2026-03-18 05:12:23 +01: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