diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2023-12-24 16:16:25 +0100 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2023-12-24 16:16:25 +0100 |
commit | 09794cc76678247592ceb4e8b37e1ab129356466 (patch) | |
tree | 7779463728a2df808b4cf049160468c5324ee787 /project.godot | |
parent | 395c25b1fbe51f42decf402f97e51eabcc8c0a77 (diff) |
better wall jumps
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project.godot b/project.godot index ae2e1f3..f41802a 100644 --- a/project.godot +++ b/project.godot @@ -12,7 +12,7 @@ config_version=5 config/name="TicTacTux" run/main_scene="res://Network/Lobby.tscn" -config/features=PackedStringArray("4.0") +config/features=PackedStringArray("4.2") config/icon="res://icon.png" [autoload] |