mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-14 20:25:39 +02:00
pizza
This commit is contained in:
BIN
packages/frontend/assets/room/objects/pizza/pizza.blend
Normal file
BIN
packages/frontend/assets/room/objects/pizza/pizza.blend
Normal file
Binary file not shown.
BIN
packages/frontend/assets/room/objects/pizza/pizza.glb
Normal file
BIN
packages/frontend/assets/room/objects/pizza/pizza.glb
Normal file
Binary file not shown.
21
packages/frontend/src/utility/room/objects/pizza.ts
Normal file
21
packages/frontend/src/utility/room/objects/pizza.ts
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: syuilo and misskey-project
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
*/
|
||||||
|
|
||||||
|
import { defineObject } from '../engine.js';
|
||||||
|
|
||||||
|
export const pizza = defineObject({
|
||||||
|
id: 'pizza',
|
||||||
|
name: 'pizza',
|
||||||
|
options: {
|
||||||
|
schema: {},
|
||||||
|
default: {},
|
||||||
|
},
|
||||||
|
placement: 'top',
|
||||||
|
createInstance: () => {
|
||||||
|
return {
|
||||||
|
interactions: {},
|
||||||
|
};
|
||||||
|
},
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user