summaryrefslogtreecommitdiffstats
path: root/project.godot
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@valuemotive.com>2022-08-09 23:09:14 +0300
committerJan Tuomi <jan.tuomi@valuemotive.com>2022-08-09 23:09:14 +0300
commit2d888d00efba0314ac6357f2dbccd0ad01173023 (patch)
tree9d1904473ac8cf5553d903db2df7b9d01ffdfb03 /project.godot
parentba41bbbb09e0d1057179a0f221b8d297d37ecb79 (diff)
Add background
Diffstat (limited to 'project.godot')
-rw-r--r--project.godot5
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"