tweak project settings
This commit is contained in:
parent
bfb535cad3
commit
02e6e54e2b
@ -21,6 +21,10 @@ window/size/height=288
|
|||||||
window/stretch/mode="viewport"
|
window/stretch/mode="viewport"
|
||||||
window/stretch/aspect="keep"
|
window/stretch/aspect="keep"
|
||||||
|
|
||||||
|
[editor]
|
||||||
|
|
||||||
|
scene/scene_naming=1
|
||||||
|
|
||||||
[editor_plugins]
|
[editor_plugins]
|
||||||
|
|
||||||
enabled=PoolStringArray( "res://addons/vnen.tiled_importer/plugin.cfg" )
|
enabled=PoolStringArray( "res://addons/vnen.tiled_importer/plugin.cfg" )
|
||||||
@ -74,14 +78,25 @@ right={
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[layer_names]
|
||||||
|
|
||||||
|
2d_physics/layer_1="Tiles"
|
||||||
|
2d_physics/layer_2="Player"
|
||||||
|
|
||||||
[physics]
|
[physics]
|
||||||
|
|
||||||
common/enable_pause_aware_picking=true
|
common/enable_pause_aware_picking=true
|
||||||
|
2d/cell_size=18
|
||||||
|
|
||||||
[rendering]
|
[rendering]
|
||||||
|
|
||||||
environment/default_environment="res://default_env.tres"
|
2d/snapping/use_gpu_pixel_snap=true
|
||||||
|
misc/lossless_compression/force_png=true
|
||||||
|
|
||||||
[tiled_importer]
|
[tiled_importer]
|
||||||
|
|
||||||
enable_json_format=false
|
enable_json_format=false
|
||||||
|
|
||||||
|
[world]
|
||||||
|
|
||||||
|
2d/cell_size=18
|
||||||
|
Loading…
Reference in New Issue
Block a user