https://github.com/defold/template-mobile
The mobile project template that is available from the Defold editor launch screen
https://github.com/defold/template-mobile
defold defold-game-engine
Last synced: 9 months ago
JSON representation
The mobile project template that is available from the Defold editor launch screen
- Host: GitHub
- URL: https://github.com/defold/template-mobile
- Owner: defold
- Created: 2018-03-13T14:34:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T13:39:32.000Z (over 1 year ago)
- Last Synced: 2025-01-30T15:24:59.930Z (over 1 year ago)
- Topics: defold, defold-game-engine
- Language: Lua
- Homepage:
- Size: 460 KB
- Stars: 6
- Watchers: 19
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to Defold
This project was created from the "mobile" project template. This means that the settings in ["game.project"](defold://open?path=/game.project) have been changed to be suitable for a mobile game:
- The screen size is set to 640x1136
- The projection is set to Fixed Fit
- Orientation is fixed vertically
- Android and iOS icons are set
- Mouse click/single touch is bound to action "touch"
- A simple script in a game object is set up to receive and react to input
- Accelerometer input is turned off (for better battery life)
[Build and run](defold://project.build) to see it in action. You can of course alter these settings to fit your needs.
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!
---