mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-21 08:26:19 +00:00
ClassRef: Replace [code]CurrentClass[/code] with [CurrentClass]
Modified makerst to generate code tags for these to avoid hyperlinks to the same class.
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
<argument index="2" name="kerning" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
Adds a kerning pair to the [code]BitmapFont[/code] as a difference. Kerning pairs are special cases where a typeface advance is determined by the next character.
|
||||
Adds a kerning pair to the [BitmapFont] as a difference. Kerning pairs are special cases where a typeface advance is determined by the next character.
|
||||
</description>
|
||||
</method>
|
||||
<method name="add_texture">
|
||||
@@ -47,7 +47,7 @@
|
||||
<argument index="0" name="texture" type="Texture">
|
||||
</argument>
|
||||
<description>
|
||||
Adds a texture to the [code]BitmapFont[/code].
|
||||
Adds a texture to the [BitmapFont].
|
||||
</description>
|
||||
</method>
|
||||
<method name="clear">
|
||||
|
||||
Reference in New Issue
Block a user