mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
Merge pull request #11156 from Cykyrios/fix-code-tab
Fix code tab title in `SurfaceTool` tutorial
This commit is contained in:
@@ -111,6 +111,7 @@ shrinks the vertex array to remove duplicate vertices.
|
||||
|
||||
.. tabs::
|
||||
.. code-tab:: gdscript GDScript
|
||||
|
||||
# Suppose we have a quad defined by 6 vertices as follows
|
||||
st.add_vertex(Vector3(-1, 1, 0))
|
||||
st.add_vertex(Vector3(1, 1, 0))
|
||||
|
||||
Reference in New Issue
Block a user