Parcourir la source

Fix TextureData:setPixel language;

bjorn il y a 6 ans
Parent
commit
e96973bd38
2 fichiers modifiés avec 639 ajouts et 1064 suppressions
  1. 637 1062
      api/init.lua
  2. 2 2
      api/lovr/data/TextureData/setPixel.lua

Fichier diff supprimé car celui-ci est trop grand
+ 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',

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff