Browse Source

update image for paint world example

Nikolay Suslov 4 years ago
parent
commit
bd67b398b0
2 changed files with 2 additions and 2 deletions
  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": {
         "en": {
             "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"
         },
         "ru": {
             "title": "Рисование в Web XR",
-            "imgUrl": "/defaults/worlds/webrtc/webimg.jpg",
+            "imgUrl": "/defaults/worlds/paint/webimg.jpg",
             "text": "Пример приложения для рисования с помощью контроллеров Web XR"
         }
     }

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