1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-01 17:54:20 +02:00
This commit is contained in:
syuilo
2026-04-17 15:31:56 +09:00
parent ebdf627b19
commit 6cca5706f7
98 changed files with 1722 additions and 1042 deletions

View File

@@ -3,8 +3,8 @@
* SPDX-License-Identifier: AGPL-3.0-only
*/
import * as BABYLON from '@babylonjs/core';
import { defineObject, WORLD_SCALE } from '../engine.js';
import { cm } from '../utility.js';
import { defineObject } from '../object.js';
import { cm, WORLD_SCALE } from '../../utility.js';
export const lavaLamp = defineObject({
id: 'lavaLamp',