-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgame.project
40 lines (30 loc) · 806 Bytes
/
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
[bootstrap]
main_collection = /example/example.collectionc
render = /orthographic/render/orthographic.renderc
[script]
shared_state = 1
[project]
title = Tile Raycast
developer = Selim Anac
dependencies#0 = https://github.com/rgrams/debug-draw/archive/master.zip
dependencies#1 = https://github.com/britzl/defold-orthographic/archive/master.zip
dependencies#2 = https://github.com/britzl/defold-metrics/archive/master.zip
[library]
include_dirs = raycast
[input]
game_binding = /input/game.input_bindingc
use_accelerometer = 0
[graphics]
default_texture_min_filter = nearest
default_texture_mag_filter = nearest
max_debug_vertices = 100000
[sprite]
subpixels = 0
[tilemap]
max_tile_count = 4096
[render]
clear_color_red = 0.1
clear_color_green = 0.1
clear_color_blue = 0.1
[display]
width = 1280