Migrate to Godot 4 #1
@@ -167,7 +167,9 @@ jobs:
|
||||
- name: Write Godot editor settings (Android SDK / JDK paths)
|
||||
run: |
|
||||
mkdir -p ~/.config/godot
|
||||
cat > ~/.config/godot/editor_settings-4.tres <<EOF
|
||||
# Godot 4.5+ uses a minor-version-suffixed settings file
|
||||
# (editor_settings-4.6.tres for 4.6), not the major-only -4.tres.
|
||||
cat > ~/.config/godot/editor_settings-${GODOT_VERSION}.tres <<EOF
|
||||
[gd_resource type="EditorSettings" format=3]
|
||||
[resource]
|
||||
export/android/android_sdk_path = "${ANDROID_HOME}"
|
||||
|
||||
@@ -67,4 +67,5 @@ locale/translations=PackedStringArray("res://locales/fr.po", "res://locales/en.p
|
||||
|
||||
[rendering]
|
||||
|
||||
textures/vram_compression/import_etc2_astc=true
|
||||
environment/defaults/default_environment="res://default_env.tres"
|
||||
|
||||
Reference in New Issue
Block a user