mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Fix code-tab
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