This is a Decentraland SDK 7 scene featuring a serene floating zen garden.
- Static Scenery: A large circular platform, a simple tree, and five scattered rocks.
- Orbiting Platforms: Three smaller platforms that gracefully orbit the central tree at varying heights.
- Interactive Crystal: A glowing, clickable crystal that allows you to toggle the rotation direction of the orbiting platforms.
To run this scene in Decentraland, you need to have the Decentraland SDK installed.
- Clone the repository (if you haven't already).
- Navigate to the project directory in your terminal.
- Install dependencies:
npm install
- Run the scene locally:
This will open the scene in your browser at
dcl start
http://localhost:8000.
To build the scene for deployment or to check for compilation errors, use the following command:
npm run buildThis command compiles the TypeScript code into JavaScript and performs type checking.
This scene was built with the assistance of Gemini AI.