diff options
Diffstat (limited to 'project.godot')
| -rw-r--r-- | project.godot | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/project.godot b/project.godot index 9510c7a..e69a9ba 100644 --- a/project.godot +++ b/project.godot @@ -30,6 +30,10 @@ config/name="MobilePlatformer" run/main_scene="res://Level.tscn" config/icon="res://icon.png" +[autoload] + +GlobalData="*res://GlobalData.tscn" + [display] window/stretch/mode="2d" @@ -80,4 +84,5 @@ common/enable_pause_aware_picking=true [rendering] +2d/snapping/use_gpu_pixel_snap=true environment/default_environment="res://default_env.tres" |
