mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
Replace remaining uses of shorthand codeblock syntax, add CI check
This commit is contained in:
@@ -202,7 +202,9 @@ or ``set_collision_mask_value(layer_number, value)`` on any given :ref:`Collisio
|
||||
collider.set_collision_mask_value(3, true)
|
||||
collider.set_collision_mask_value(4, true)
|
||||
|
||||
Export annotations can be used to export bitmasks in the editor with a user-friendly GUI::
|
||||
Export annotations can be used to export bitmasks in the editor with a user-friendly GUI:
|
||||
|
||||
::
|
||||
|
||||
@export_flags_2d_physics var layers_2d_physics
|
||||
|
||||
|
||||
Reference in New Issue
Block a user