forked from team-sg/hero-mark-2
initial android export experiments
This commit is contained in:
parent
a2b9da421a
commit
8452ebce66
30 changed files with 755 additions and 1 deletions
|
@ -34,11 +34,13 @@ LevelData="*res://autoloads/level_data.tscn"
|
|||
Save="*res://autoloads/save.gd"
|
||||
Debug="*res://autoloads/debug.tscn"
|
||||
Options="*res://autoloads/options.gd"
|
||||
TouchControls="*res://autoloads/touch_controls.tscn"
|
||||
|
||||
[display]
|
||||
|
||||
window/size/width=256
|
||||
window/size/height=192
|
||||
window/handheld/orientation="sensor_portrait"
|
||||
|
||||
[editor_plugins]
|
||||
|
||||
|
@ -223,6 +225,10 @@ ui_reset={
|
|||
]
|
||||
}
|
||||
|
||||
[input_devices]
|
||||
|
||||
pointing/emulate_touch_from_mouse=true
|
||||
|
||||
[layer_names]
|
||||
|
||||
2d_physics/layer_1="general"
|
||||
|
@ -241,4 +247,5 @@ common/enable_pause_aware_picking=true
|
|||
|
||||
quality/driver/driver_name="GLES2"
|
||||
2d/snapping/use_gpu_pixel_snap=true
|
||||
vram_compression/import_etc=true
|
||||
environment/default_environment="res://default_env.tres"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue