瀏覽代碼

add info for paint app

Nikolay Suslov 4 年之前
父節點
當前提交
6b9044c24a
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      public/defaults/worlds/paint/info.json

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

@@ -1,14 +1,14 @@
 {
     "info": {
         "en": {
-            "title": "Paint app in XR",
+            "title": "Paint app in Web XR",
             "imgUrl": "/defaults/worlds/webrtc/webimg.jpg",
-            "text": "Audio and video streaming for Avatars"
+            "text": "Painting app using Web XR controllers"
         },
         "ru": {
-            "title": "Paint app in XR",
+            "title": "Рисование в Web XR",
             "imgUrl": "/defaults/worlds/webrtc/webimg.jpg",
-            "text": "Пример приложения с использованием WebRTC потокового аудио и видео"
+            "text": "Пример приложения для рисования с помощью контроллеров Web XR"
         }
     }
 }