Made game work

This commit is contained in:
Segey Lapin
2019-10-19 16:35:36 +03:00
parent 53c8a3504f
commit 69410badf6
14 changed files with 506 additions and 463 deletions

View File

@@ -108,6 +108,11 @@ characters="*res://autoloads/characters.gd"
notifications="*res://autoloads/notifications.gd"
roadmap="*res://autoloads/roadmap.gd"
[debug]
settings/stdout/print_fps=true
settings/stdout/verbose_stdout=true
[input]
move_west={
@@ -148,7 +153,6 @@ limits/message_queue/max_size_kb=2048
[rendering]
quality/driver/fallback_to_gles2=true
threads/thread_model=2
vram_compression/import_etc=true
threads/thread_model.web=1
quality/driver/driver_name.web="GLES2"