Android Editor: Add game speed control options in game menu bar#111296
Android Editor: Add game speed control options in game menu bar#111296Repiteo merged 1 commit intogodotengine:masterfrom
Conversation
853da21 to
c985622
Compare
c985622 to
a15d59c
Compare
m4gr3d
left a comment
There was a problem hiding this comment.
The code looks good! Can you provide a recording showing the added functionality.
|
@m4gr3d, Attached the video in PR description. |
Thanks! I'm slightly concerned by the fact that the addition of these menus make the rest of the options not visible, which requires the user to have to scroll to see them. |
I share the concern but I don’t think putting these under the dropdown menu is the right move, and it does go against the desktop version too. Even if we hide them now, the same issue will pop up again once window resizing functionality is implemented. Scrolling like this is also pretty common in Android apps. I'd say let’s go ahead with this ;) |
Sounds good. |
platform/android/java/editor/src/main/java/org/godotengine/editor/BaseGodotEditor.kt
Show resolved
Hide resolved
a15d59c to
4501f0f
Compare
|
Thanks! |
Adds speed control options to the embedded game window for the Android Editor.
Screenrecorder-2025-10-12-12-11-33-855.mp4