UNPKG

feeles-ide

Version:

The hackable and serializable IDE to make learning material

27 lines (12 loc) 183 B
import { World, Bodies, } from 'matter'; import { world, } from './setting'; // 重力 world.gravity.x = 0; world.gravity.y = -1; import './stage'; import './stack';