-
Notifications
You must be signed in to change notification settings - Fork 0
/
game.project
61 lines (45 loc) · 1.08 KB
/
game.project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[project]
title = Secret Moon Station
version = 1.0
dependencies = https://github.com/defold/extension-webmonetization/archive/master.zip,https://github.com/britzl/gooey/archive/8.1.0.zip
publisher = Pawel Jarosz
[bootstrap]
main_collection = /main/main.collectionc
render = /render/custom.renderc
[input]
game_binding = /input/game.input_bindingc
[display]
width = 1280
height = 720
[physics]
scale = 0.1
debug = 0
gravity_y = -80.0
[script]
shared_state = 1
[library]
include_dirs =
[android]
package = com.defold.game.sms
[ios]
bundle_identifier = com.defold.game.sms
[osx]
bundle_identifier = com.defold.game.sms
[webmonetization]
payment_pointer = $ilp.uphold.com/rzYPrEL742kd
[html5]
show_fullscreen_button = 0
show_made_with_defold = 0
scale_mode = downscale_fit
[graphics]
texture_profiles = /builtins/graphics/default.texture_profiles
default_texture_min_filter = nearest
default_texture_mag_filter = nearest
[native_extension]
app_manifest = /release.appmanifest
[tilemap]
max_tile_count = 16384
[sound]
max_sound_buffers = 64
max_component_count = 64
max_sound_sources = 32