init defold game
This commit is contained in:
parent
925d375313
commit
26e88c8f03
20 changed files with 381 additions and 9 deletions
35
defold_game/game.project
Normal file
35
defold_game/game.project
Normal 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue