Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
14 lines
176 B
TypeScript
14 lines
176 B
TypeScript
import { Scene } from "/Scripts/types/scene";
|
|
|
|
/**
|
|
* The main scene interface
|
|
*/
|
|
const TestScene1: Scene = {
|
|
|
|
}
|
|
|
|
/**
|
|
* The scene to export
|
|
*/
|
|
export default TestScene1
|