Explorar o código

Fix TextureData:setPixel language;

bjorn %!s(int64=6) %!d(string=hai) anos
pai
achega
e96973bd38
Modificáronse 2 ficheiros con 639 adicións e 1064 borrados
  1. 637 1062
      api/init.lua
  2. 2 2
      api/lovr/data/TextureData/setPixel.lua

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 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',

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio