init defold game

This commit is contained in:
Travis Shears 2026-05-10 17:03:18 +02:00
parent 925d375313
commit 26e88c8f03
Signed by: travisshears
GPG key ID: CB9BF1910F3F7469
20 changed files with 381 additions and 9 deletions

35
defold_game/game.project Normal file
View file

@ -0,0 +1,35 @@
[project]
title = Desktop Game
[bootstrap]
main_collection = /main/main.collectionc
[input]
game_binding = /input/game.input_bindingc
use_accelerometer = 0
[display]
width = 1280
height = 720
high_dpi = 1
[script]
shared_state = 1
[windows]
app_icon = /assets/app_icons/appicon.ico
[osx]
app_icon = /assets/app_icons/appicon.icns
[android]
input_method = HiddenInputField
[physics]
gravity_y = -1000.0
scale = 0.01
velocity_threshold = 100.0
[html5]
scale_mode = stretch