Spacetime-Meta / spacetime-sdk

The spacetime-sdk is a turnkey virtual environment package for building in the Spacetime Metaverse
https://www.spacetimemeta.io/metaverse/spawn-planet
MIT License
11 stars 2 forks source link

Created new UiElements folder #69

Closed Liquid-Blocks closed 2 years ago

Liquid-Blocks commented 2 years ago

I created the following new files:

Then use the following logic in StdEnv to call the functions to create elements

this.createUiElements = function () {
    graphicTierButton(this.graphicTier, () => {this.increaseGraphicSettings()});
    blocker(() => {
        this.controls.lock()
        document.getElementById('blocker').style.display = "none";
    });
    avatarSelectPanel();
}
netlify[bot] commented 2 years ago

Deploy Preview for stdkit-dev ready!

Name Link
Latest commit a65c83058f6a9b45ae072e40149d0568d29f116e
Latest deploy log https://app.netlify.com/sites/stdkit-dev/deploys/628280fb816ae20008f1e994
Deploy Preview https://deploy-preview-69--stdkit-dev.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.