refactoring

This commit is contained in:
2025-11-14 07:50:16 +02:00
parent a2f9f73e85
commit fa78aa68fd
13 changed files with 26 additions and 12 deletions
@@ -3,6 +3,7 @@ import { MotionEngine } from '../../lib/MotionEngine';
import { centerOrigin } from '@/lib/MeshUtils';
class PuzzleGame1 extends EventDispatcher {
emits = ['finish']
constructor(engine, data) {
super();
return new Promise(async (resolve, reject)=>{