Skip to content

Commit

Permalink
Create editor_settings-4.tres.template
Browse files Browse the repository at this point in the history
Add an editor settings template
  • Loading branch information
Jokymon authored Apr 1, 2024
1 parent ab74a18 commit c3b23f3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions editor_settings-4.tres.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[gd_resource type="EditorSettings" format=3]

[resource]
export/android/android_sdk_path = "/usr/local/lib/android/sdk"
export/android/shutdown_adb_on_exit = true
export/android/force_system_user = false
export/android/debug_keystore = "${{ github.action_path }}/debug.keystore"
export/android/debug_keystore_user = "androiddebugkey"
export/android/debug_keystore_pass = "android"

0 comments on commit c3b23f3

Please sign in to comment.