diff --git a/.triplex/config.json b/.triplex/config.json index c7cb8a6..10d5f55 100644 --- a/.triplex/config.json +++ b/.triplex/config.json @@ -3,13 +3,5 @@ "components": ["../src/components/**/*.(j|t)sx"], "files": ["../src/components/**/*.(j|t)sx"], "provider": "./provider.tsx", - "assetsDir": "models", - "rendererAttributes": { - "gl": { - "antialias": false, - "stencil": false, - "depth": false, - "powerPreference": "high-performance" - } - } + "assetsDir": "models" } diff --git a/README.md b/README.md index 4db4b3c..cd14328 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Mario Kart 3.js - JavaScript/WebGL Mario Kart + [Link](https://mario-kart-3-js.vercel.app/) [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/Lunakepio/Mario-Kart-3.js) @@ -43,6 +44,16 @@ Start the dev server - Feel free to bring your ideas to the project even if you can't code them. +## How to use (Editor) + +- [Download Triplex](https://triplex.dev/download) + +- Open this project in Triplex from the projects root directory + +- Iterate on individual components, set props, have some fun + +- [Learn more about Triplex](https://triplex.dev/docs/get-started/user-interface) + ## TO - DO - [ ] Design Landing page @@ -53,7 +64,7 @@ Start the dev server - [ ] Add curve/length modifiers to drift particles 3/4 -- [ ] Add Skid marks +- [ ] Add Skid marks - [x] Add smokes