mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Merge pull request #28125 from KoBeWi/code_true_code
Consistently wrap booleans in [code]
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
<argument index="1" name="scaled" type="bool" default="false">
|
||||
</argument>
|
||||
<description>
|
||||
Applies a local translation on the node's X axis based on the [method Node._process]'s [code]delta[/code]. If [code]scaled[/code] is false, normalizes the movement.
|
||||
Applies a local translation on the node's X axis based on the [method Node._process]'s [code]delta[/code]. If [code]scaled[/code] is [code]false[/code], normalizes the movement.
|
||||
</description>
|
||||
</method>
|
||||
<method name="move_local_y">
|
||||
@@ -74,7 +74,7 @@
|
||||
<argument index="1" name="scaled" type="bool" default="false">
|
||||
</argument>
|
||||
<description>
|
||||
Applies a local translation on the node's Y axis based on the [method Node._process]'s [code]delta[/code]. If [code]scaled[/code] is false, normalizes the movement.
|
||||
Applies a local translation on the node's Y axis based on the [method Node._process]'s [code]delta[/code]. If [code]scaled[/code] is [code]false[/code], normalizes the movement.
|
||||
</description>
|
||||
</method>
|
||||
<method name="rotate">
|
||||
|
||||
Reference in New Issue
Block a user