Skip to content

Commit

Permalink
Merge pull request #81193 from YuriSizov/docs-make-rst-enhancements-3.5
Browse files Browse the repository at this point in the history
[3.5] Update `make_rst.py` to match the master version
  • Loading branch information
akien-mga authored Sep 1, 2023
2 parents 08f4e2b + e21c8fd commit 6cedbcc
Show file tree
Hide file tree
Showing 3 changed files with 1,155 additions and 593 deletions.
2 changes: 1 addition & 1 deletion doc/classes/OS.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@
The minimum size of the window in pixels (without counting window manager decorations). Does not affect fullscreen mode. Set to [code](0, 0)[/code] to reset to the system's default value.
[b]Note:[/b] By default, the project window has a minimum size of [code]Vector2(64, 64)[/code]. This prevents issues that can arise when the window is resized to a near-zero size.
</member>
<member name="screen_orientation" type="int" setter="set_screen_orientation" getter="get_screen_orientation" enum="_OS.ScreenOrientation" default="0">
<member name="screen_orientation" type="int" setter="set_screen_orientation" getter="get_screen_orientation" enum="OS.ScreenOrientation" default="0">
The current screen orientation.
</member>
<member name="tablet_driver" type="String" setter="set_current_tablet_driver" getter="get_current_tablet_driver" default="&quot;&quot;">
Expand Down
Loading

0 comments on commit 6cedbcc

Please sign in to comment.