Small update to project.godot
parent
20d1b60aca
commit
0e7c8890ac
|
@ -11,6 +11,7 @@ config_version=4
|
|||
[application]
|
||||
|
||||
config/name="GIVE"
|
||||
run/main_scene="res://give_mainwindow.tscn"
|
||||
config/icon="res://icon.png"
|
||||
|
||||
[debug]
|
||||
|
@ -25,6 +26,10 @@ enabled=PoolStringArray( )
|
|||
|
||||
singletons=[ ]
|
||||
|
||||
[mono]
|
||||
|
||||
project/assembly_name="GIVE"
|
||||
|
||||
[physics]
|
||||
|
||||
common/enable_pause_aware_picking=true
|
||||
|
|
Loading…
Reference in New Issue