https://github.com/farism/polyroids
Made With Defold Jam 2023
https://github.com/farism/polyroids
Last synced: 6 months ago
JSON representation
Made With Defold Jam 2023
- Host: GitHub
- URL: https://github.com/farism/polyroids
- Owner: farism
- Created: 2023-05-15T08:43:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-15T08:43:27.000Z (about 3 years ago)
- Last Synced: 2024-12-29T12:59:03.530Z (over 1 year ago)
- Language: Lua
- Size: 2.09 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to Defold
This project was created from the "basic 3D" project template.
The settings in ["game.project"](defold://open?path=/game.project) are mostly set to the default values. The render script is a modified version of the default render script with the addition that models are rendered in a separate pass before 2D components such as sprites and tilemaps. The physics type is set to 3D and not 2D.
The project contains a bootstrap ["main.collection"](defold://open?path=/main/main.collection) that includes a game object with a camera component and a game object with three different models.
Check out [the documentation pages](https://defold.com/learn) for examples, tutorials, manuals and API docs.
If you run into trouble, help is available in [our forum](https://forum.defold.com).
Happy Defolding!
## Credits
* Textures by Kenney (https://www.kenney.nl)