This commit is contained in:
2025-08-28 20:14:37 +03:00
parent 6d913c7d7c
commit 7eb7eb068a
9 changed files with 68 additions and 10 deletions
+5 -5
View File
@@ -54,11 +54,11 @@
import { GameEngine } from '@/lib/GameEngine';
import { Hero } from '@/lib/Hero';
import { Game1 } from '@/lib/interactive-objects/Game1';
import { Game2 } from '@/lib/interactive-objects/Game2';
import { Game4 } from '@/lib/interactive-objects/Game4';
import { Grass } from '@/lib/interactive-objects/Grass';
import { VideoPlayer } from '@/lib/interactive-objects/VideoPlayer';
import { Game1 } from '@/components/InteractiveObjects/PuzzleGame1';
import { Game2 } from '@/components/InteractiveObjects/PuzzleGame2';
import { Game4 } from '@/components/InteractiveObjects/PuzzleGame4';
import { Grass } from '@/components/InteractiveObjects/Grass';
import { VideoPlayer } from '@/components/InteractiveObjects/VideoPlayer';
import { useAppStore } from '@/stores/app';
const store = useAppStore();