Browse Source

Fix TextureData:setPixel language;

bjorn 6 years ago
parent
commit
e96973bd38
2 changed files with 639 additions and 1064 deletions
  1. 637 1062
      api/init.lua
  2. 2 2
      api/lovr/data/TextureData/setPixel.lua

File diff suppressed because it is too large
+ 637 - 1062
api/init.lua


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

@@ -5,12 +5,12 @@ return {
     {
     {
       name = 'x',
       name = 'x',
       type = 'number',
       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',
       name = 'y',
       type = 'number',
       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',
       name = 'r',

Some files were not shown because too many files changed in this diff