diff options
author | Fredia Huya-Kouadio <fhuya@meta.com> | 2023-08-16 11:52:40 -0700 |
---|---|---|
committer | Fredia Huya-Kouadio <fhuya@meta.com> | 2023-08-16 11:58:23 -0700 |
commit | e61f1555b696b62152787d0fee14435325aee62b (patch) | |
tree | f8c8bd8320af2467184f4a946a0089a4bf9985dc /plugins | |
parent | 9e97f5749ab2e1524cffea9a753118ed4ab21a43 (diff) | |
download | godot-android-samples-e61f1555b696b62152787d0fee14435325aee62b.tar.gz godot-android-samples-e61f1555b696b62152787d0fee14435325aee62b.tar.bz2 godot-android-samples-e61f1555b696b62152787d0fee14435325aee62b.zip |
Misc cleanup
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/hello_signals/demo/.gitignore | 2 | ||||
-rw-r--r-- | plugins/hello_world/demo/.gitignore | 2 | ||||
-rw-r--r-- | plugins/hello_world/demo/project.godot | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/plugins/hello_signals/demo/.gitignore b/plugins/hello_signals/demo/.gitignore index b405634..aadc0ba 100644 --- a/plugins/hello_signals/demo/.gitignore +++ b/plugins/hello_signals/demo/.gitignore @@ -1,2 +1,4 @@ +# Godot 4+ specific ignores +.godot/ *.import /android/ diff --git a/plugins/hello_world/demo/.gitignore b/plugins/hello_world/demo/.gitignore index b405634..aadc0ba 100644 --- a/plugins/hello_world/demo/.gitignore +++ b/plugins/hello_world/demo/.gitignore @@ -1,2 +1,4 @@ +# Godot 4+ specific ignores +.godot/ *.import /android/ diff --git a/plugins/hello_world/demo/project.godot b/plugins/hello_world/demo/project.godot index 3fcf242..fd87347 100644 --- a/plugins/hello_world/demo/project.godot +++ b/plugins/hello_world/demo/project.godot @@ -12,7 +12,7 @@ config_version=5 config/name="Hello World Plugin Demo" run/main_scene="res://Main.tscn" -config/features=PackedStringArray("4.1") +config/features=PackedStringArray("4.2") config/icon="res://icon.png" [debug] |