Added <Ballpit /> background

This commit is contained in:
Utkarsh-Singhal-26
2025-07-16 11:52:27 +05:30
parent f5a27bc86e
commit 53259ffe13
5 changed files with 1155 additions and 1 deletions

View File

@@ -75,7 +75,8 @@ const backgrounds = {
'hyperspeed': () => import('../demo/Backgrounds/HyperspeedDemo.vue'),
'shape-blur': () => import('../demo/Backgrounds/ShapeBlurDemo.vue'),
'balatro': () => import('../demo/Backgrounds/BalatroDemo.vue'),
'orb': () => import('../demo/Backgrounds/OrbDemo.vue')
'orb': () => import('../demo/Backgrounds/OrbDemo.vue'),
'ballpit': () => import('../demo/Backgrounds/BallpitDemo.vue'),
};
export const componentMap = {