Переглянути джерело

Update raylib_api.* by CI

github-actions[bot] 3 місяців тому
батько
коміт
59338c2c29

+ 2 - 2
parser/output/raylib_api.json

@@ -6010,11 +6010,11 @@
         },
         {
           "type": "Color",
-          "name": "topRight"
+          "name": "bottomRight"
         },
         {
           "type": "Color",
-          "name": "bottomRight"
+          "name": "topRight"
         }
       ]
     },

+ 2 - 2
parser/output/raylib_api.lua

@@ -4976,8 +4976,8 @@ return {
         {type = "Rectangle", name = "rec"},
         {type = "Color", name = "topLeft"},
         {type = "Color", name = "bottomLeft"},
-        {type = "Color", name = "topRight"},
-        {type = "Color", name = "bottomRight"}
+        {type = "Color", name = "bottomRight"},
+        {type = "Color", name = "topRight"}
       }
     },
     {

+ 2 - 2
parser/output/raylib_api.txt

@@ -2356,8 +2356,8 @@ Function 239: DrawRectangleGradientEx() (5 input parameters)
   Param[1]: rec (type: Rectangle)
   Param[2]: topLeft (type: Color)
   Param[3]: bottomLeft (type: Color)
-  Param[4]: topRight (type: Color)
-  Param[5]: bottomRight (type: Color)
+  Param[4]: bottomRight (type: Color)
+  Param[5]: topRight (type: Color)
 Function 240: DrawRectangleLines() (5 input parameters)
   Name: DrawRectangleLines
   Return type: void

+ 1 - 1
parser/output/raylib_api.xml

@@ -1488,8 +1488,8 @@
             <Param type="Rectangle" name="rec" desc="" />
             <Param type="Color" name="topLeft" desc="" />
             <Param type="Color" name="bottomLeft" desc="" />
-            <Param type="Color" name="topRight" desc="" />
             <Param type="Color" name="bottomRight" desc="" />
+            <Param type="Color" name="topRight" desc="" />
         </Function>
         <Function name="DrawRectangleLines" retType="void" paramCount="5" desc="Draw rectangle outline">
             <Param type="int" name="posX" desc="" />