소스 검색

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',

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.