You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Rename theme properties to include underscores
- check_vadjust -> check_v_adjust - close_h_ofs -> close_h_offset - close_v_ofs -> close_v_offset - commentfocus -> comment_focus - hseparation -> h_separation - ofs -> offset - selectedframe -> selected_frame - state_machine_selectedframe -> state_machine_selected_frame - table_hseparation -> table_h_separation - table_vseparation -> table_v_separation - vseparation -> v_separation
This commit is contained in:
@@ -316,7 +316,7 @@
|
||||
</method>
|
||||
<method name="set_scroll">
|
||||
<return type="void" />
|
||||
<argument index="0" name="ofs" type="Vector2" />
|
||||
<argument index="0" name="offset" type="Vector2" />
|
||||
<description>
|
||||
Set the screen center to the given position.
|
||||
</description>
|
||||
|
||||
Reference in New Issue
Block a user