diff --git a/.gitignore b/.gitignore index 62cf44ee..abb7c502 100644 --- a/.gitignore +++ b/.gitignore @@ -5,9 +5,12 @@ snapshots/ # Generated by Cargo # will have compiled files and executables -debug/ target/ +# just root... +/debug/ +/lib/debug/ + # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html Cargo.lock diff --git a/godot/addons/GodotAndroidPluginMagicLink/bin/debug/GodotAndroidPluginMagicLink-debug.aar b/godot/addons/GodotAndroidPluginMagicLink/bin/debug/GodotAndroidPluginMagicLink-debug.aar new file mode 100644 index 00000000..ce419193 Binary files /dev/null and b/godot/addons/GodotAndroidPluginMagicLink/bin/debug/GodotAndroidPluginMagicLink-debug.aar differ diff --git a/godot/src/ui/components/chat/chat.gd b/godot/src/ui/components/chat/chat.gd index a871a608..9f45a0b2 100644 --- a/godot/src/ui/components/chat/chat.gd +++ b/godot/src/ui/components/chat/chat.gd @@ -29,10 +29,7 @@ func _ready(): func _on_submit_message(_message: String): UiSounds.play_sound("widget_chat_message_private_send") - if Global.is_mobile(): - line_edit_command.grab_focus() - else: - _set_open_chat(false) + _set_open_chat(false) func add_chat_message(bb_text: String) -> void: diff --git a/godot/src/ui/components/discover/discover.tscn b/godot/src/ui/components/discover/discover.tscn index 4237df2a..fdd91e41 100644 --- a/godot/src/ui/components/discover/discover.tscn +++ b/godot/src/ui/components/discover/discover.tscn @@ -135,7 +135,8 @@ transparent_bg = true handle_input_locally = false gui_disable_input = true size = Vector2i(1220, 121) -render_target_update_mode = 4 +size_2d_override = Vector2i(1220, 121) +size_2d_override_stretch = true [node name="Content" type="Control" parent="TextureRect/ScrollContainer/VBoxContainer/MarginContainer/ViewportContainer/SubViewport"] clip_children = 2