Bläddra i källkod

Change words

customisations
alemart 9 månader sedan
förälder
incheckning
128aefeb55
3 ändrade filer med 4 tillägg och 4 borttagningar
  1. 1
    1
      README.md
  2. 1
    1
      docs/index.md
  3. 2
    2
      src/ui/stats-panel.ts

+ 1
- 1
README.md Visa fil

@@ -2,7 +2,7 @@
2 2
 
3 3
 [![GitHub release (latest by date)](https://img.shields.io/github/v/release/alemart/encantar-js)](https://github.com/alemart/encantar-js/releases/) ![GitHub file size in bytes on a specified ref (branch/commit/tag)](https://img.shields.io/github/size/alemart/encantar-js/dist/encantar.min.js?branch=master&label=minified%20js) [![GitHub Repo stars](https://img.shields.io/github/stars/alemart/encantar-js?logo=github)](https://github.com/alemart/encantar-js/stargazers) [![GitHub Sponsors](https://img.shields.io/github/sponsors/alemart?logo=github)](https://github.com/sponsors/alemart/)
4 4
 
5
-The Augmented Reality engine for the web that will enchant you!
5
+The Augmented Reality engine that will enchant you!
6 6
 
7 7
 :magic_wand: **[Demos](https://alemart.github.io/encantar-js/demos/)** | :eyes: **[Try it!](https://alemart.github.io/encantar-js/demos/hello-three/poster.html)** | :books: **[Learn](https://alemart.github.io/encantar-js/)** | :heart: **[Sponsor](https://github.com/sponsors/alemart)**
8 8
 

+ 1
- 1
docs/index.md Visa fil

@@ -2,7 +2,7 @@
2 2
 
3 3
 [![GitHub release (latest by date)](https://img.shields.io/github/v/release/alemart/encantar-js)](https://github.com/alemart/encantar-js/releases/) ![GitHub file size in bytes on a specified ref (branch/commit/tag)](https://img.shields.io/github/size/alemart/encantar-js/dist/encantar.min.js?branch=master&label=minified%20js) [![GitHub Repo stars](https://img.shields.io/github/stars/alemart/encantar-js?logo=github)](https://github.com/alemart/encantar-js/stargazers) [![GitHub Sponsors](https://img.shields.io/github/sponsors/alemart?logo=github)](https://github.com/sponsors/alemart/)
4 4
 
5
-The Augmented Reality engine for the web that will enchant you!
5
+The Augmented Reality engine that will enchant you!
6 6
 
7 7
 [:sparkles: Demos](./demos.md){ .md-button ._blank }
8 8
 [:eyes: Try it!](https://alemart.github.io/encantar-js/demos/hello-three/poster.html){ .md-button ._blank }

+ 2
- 2
src/ui/stats-panel.ts Visa fil

@@ -154,7 +154,7 @@ export class StatsPanel
154 154
         const ldraw = this._label('_ar_draw');
155 155
         if(ldraw !== null) {
156 156
             const size = viewport.virtualSize;
157
-            ldraw.innerText = `${size.width}x${size.height} view`;
157
+            ldraw.innerText = `${size.width}x${size.height} rendering`;
158 158
         }
159 159
     }
160 160
 
@@ -249,7 +249,7 @@ export class StatsPanel
249 249
         print('OUT: <span class="_ar_out"></span>');
250 250
 
251 251
         print('<br>');
252
-        print('DRAW: <span class="_ar_draw"></span>');
252
+        print('VIEW: <span class="_ar_draw"></span>');
253 253
 
254 254
         return content;
255 255
     }

Laddar…
Avbryt
Spara