feat(godot4): project automatic upgrade from godot 3 to 4

This commit is contained in:
2025-01-19 01:05:35 +01:00
parent c6e768f18e
commit f34f96e87f
98 changed files with 844 additions and 1784 deletions

View File

@@ -221,7 +221,7 @@ events = {
}
terrain_navpolys = {
"cocina_delante": {
"NavigationPolygonInstance": true
"NavigationRegion2D": true
}
}
settings = {

View File

@@ -266,7 +266,7 @@ events = {
}
terrain_navpolys = {
"cocina_delante": {
"NavigationPolygonInstance": true
"NavigationRegion2D": true
}
}
settings = {

View File

@@ -433,7 +433,7 @@ events = {
}
terrain_navpolys = {
"cocina": {
"NavigationPolygonInstance": true
"NavigationRegion2D": true
}
}
settings = {

View File

@@ -240,7 +240,7 @@ events = {
}
terrain_navpolys = {
"cocina_delante": {
"NavigationPolygonInstance": true
"NavigationRegion2D": true
}
}
settings = {