tweaked rendering order
This commit is contained in:
parent
c47225da43
commit
5a004981a9
6 changed files with 13 additions and 13 deletions
|
|
@ -9,9 +9,9 @@ export class RainBackgroundEffect extends ButtonEffect {
|
|||
super({
|
||||
id: 'bg-rain',
|
||||
name: 'Rain Effect',
|
||||
type: 'general',
|
||||
type: 'background-animation',
|
||||
category: 'Background Animations',
|
||||
renderOrder: 55 // After background, before other effects
|
||||
renderOrder: 10
|
||||
});
|
||||
|
||||
// Initialize raindrop positions (persistent across frames)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue