Skip to content

Commit

Permalink
oopsie doopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbrain committed Dec 6, 2023
1 parent cb48f03 commit 61a06f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android-plugin/library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ tasks.build {
dependencies {
implementation("androidx.core:core-ktx:1.10.1")
implementation(files("libraries/fmod.jar"))
compileOnly(files("libraries/godot-lib.4.1.2.stable.template_release.aar"))
compileOnly(files("libraries/godot-lib.4.2.stable.template_release.aar"))
}
5 changes: 3 additions & 2 deletions demo/.godot/editor/editor_layout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ dock_filesystem_split=0
dock_filesystem_display_mode=0
dock_filesystem_file_sort=0
dock_filesystem_file_list_display_mode=1
dock_filesystem_selected_paths=PackedStringArray("res://")
dock_filesystem_uncollapsed_paths=PackedStringArray("Favorites", "res://")
dock_filesystem_selected_paths=PackedStringArray("res://addons/gut/fonts/AnonymousPro-Regular.ttf")
dock_filesystem_uncollapsed_paths=PackedStringArray("res://", "res://addons/", "res://addons/gut/", "res://addons/gut/fonts/")
dock_3="Scene,Import"
dock_4="FileSystem"
dock_5="Inspector,Node,History"
Expand All @@ -32,6 +32,7 @@ current_scene="res://low_level/FmodScriptTest.tscn"
center_split_offset=0
selected_default_debugger_tab_idx=0
selected_main_editor_idx=0
selected_bottom_panel_item=0

[ScriptEditor]

Expand Down

0 comments on commit 61a06f6

Please sign in to comment.