Преглед на файлове

Fix TextureData:setPixel language;

bjorn преди 6 години
родител
ревизия
e96973bd38
променени са 2 файла, в които са добавени 639 реда и са изтрити 1064 реда
  1. 637 1062
      api/init.lua
  2. 2 2
      api/lovr/data/TextureData/setPixel.lua

Файловите разлики са ограничени, защото са твърде много
+ 637 - 1062
api/init.lua


+ 2 - 2
api/lovr/data/TextureData/setPixel.lua

@@ -5,12 +5,12 @@ return {
     {
       name = 'x',
       type = 'number',
-      description = 'The x coordinate of the pixel to get (0-indexed).'
+      description = 'The x coordinate of the pixel to set (0-indexed).'
     },
     {
       name = 'y',
       type = 'number',
-      description = 'The y coordinate of the pixel to get (0-indexed).'
+      description = 'The y coordinate of the pixel to set (0-indexed).'
     },
     {
       name = 'r',

Някои файлове не бяха показани, защото твърде много файлове са промени