Skip to content

Commit 3482eb5

Browse files
committed
Update to 4.4
Contains changes to .gitignore file due to the addition of .uid files
1 parent 8e13217 commit 3482eb5

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ demo/bin/macos/*
1717
demo/bin/windows/*
1818
!demo/bin/windows/.gitkeep
1919
!demo/bin/*.gdextension
20+
!demo/bin/*.gdextension.uid
2021
.sconsign*.dblite
2122

2223
# Ignore custom.py

demo/bin/example.gdextension.uid

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
uid://celiw111ifxm7

demo/project.godot

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ config_version=5
1111
[application]
1212

1313
config/name="godot cpp template"
14-
config/features=PackedStringArray("4.1", "Forward Plus")
14+
config/features=PackedStringArray("4.4", "Forward Plus")
1515
config/icon="res://icon.svg"

godot-cpp

Submodule godot-cpp updated 56 files

0 commit comments

Comments
 (0)