diff options
author | Henrique Alves <henrique.alves@itsjungle.xyz> | 2024-01-27 23:59:31 +0200 |
---|---|---|
committer | Henrique Alves <henrique.alves@itsjungle.xyz> | 2024-01-27 23:59:31 +0200 |
commit | 01d02b389d3ba302c84986295ec06839cf4d4918 (patch) | |
tree | c15fda2a96ec9e0aecbabc3028db3952a3cd7350 /project.godot | |
parent | a38fc38e0e2a44732b87bfcbdcc0e5aaae6c3167 (diff) | |
download | gamejam-ggj-2024-01d02b389d3ba302c84986295ec06839cf4d4918.tar.gz gamejam-ggj-2024-01d02b389d3ba302c84986295ec06839cf4d4918.tar.bz2 gamejam-ggj-2024-01d02b389d3ba302c84986295ec06839cf4d4918.zip |
Add instructions
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/project.godot b/project.godot index 9ef6cbd..150d30c 100644 --- a/project.godot +++ b/project.godot @@ -13,6 +13,10 @@ config_version=5 run/main_scene="res://game/main.tscn" config/features=PackedStringArray("4.2") +[autoload] + +Session="*res://session.gd" + [display] window/stretch/mode="viewport" |