소스 검색

update image for paint world example

Nikolay Suslov 4 년 전
부모
커밋
bd67b398b0
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      public/defaults/worlds/paint/info.json
  2. BIN
      public/defaults/worlds/paint/webimg.jpg

+ 2 - 2
public/defaults/worlds/paint/info.json

@@ -2,12 +2,12 @@
     "info": {
     "info": {
         "en": {
         "en": {
             "title": "Paint app in Web XR",
             "title": "Paint app in Web XR",
-            "imgUrl": "/defaults/worlds/webrtc/webimg.jpg",
+            "imgUrl": "/defaults/worlds/paint/webimg.jpg",
             "text": "Painting app using Web XR controllers"
             "text": "Painting app using Web XR controllers"
         },
         },
         "ru": {
         "ru": {
             "title": "Рисование в Web XR",
             "title": "Рисование в Web XR",
-            "imgUrl": "/defaults/worlds/webrtc/webimg.jpg",
+            "imgUrl": "/defaults/worlds/paint/webimg.jpg",
             "text": "Пример приложения для рисования с помощью контроллеров Web XR"
             "text": "Пример приложения для рисования с помощью контроллеров Web XR"
         }
         }
     }
     }

BIN
public/defaults/worlds/paint/webimg.jpg