hytopia 0.3.14 → 0.3.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -34,9 +34,9 @@ and also configure additional buttons for mobile compatibility.
34
34
  </script>
35
35
 
36
36
  <!--
37
- HYTOPIA allows you to build completely custom UI uses HTML, CSS and Javascript.
37
+ HYTOPIA allows you to build completely custom UI using HTML, CSS and Javascript.
38
38
  You can build simple UIs, to highly complex ones. UI capabilities are as powerful
39
- as building a regaulr web page - there are no limitations on what you can do.
39
+ as building a regular web page - there are close to no limitations on what is possible.
40
40
 
41
41
  Remember, HYTOPIA sandboxes your UI & UI scripts, so external network requests or
42
42
  other unsafe actions likely won't work as you expect in production.
@@ -60,7 +60,7 @@ and also configure additional buttons for mobile compatibility.
60
60
 
61
61
  /*
62
62
  We can use the body.mobile class to detect if we're on a mobile device.
63
- HYTOPIA will always add this class to the body element when running on a mobile device.
63
+ The HYTOPIA game client will always add this class to the body element when running on a mobile device.
64
64
  */
65
65
  body.mobile .mobile-controls { /* If this css selector matches because we're on mobile, show the mobile controls */
66
66
  display: flex;
@@ -34,9 +34,9 @@ and also configure additional buttons for mobile compatibility.
34
34
  </script>
35
35
 
36
36
  <!--
37
- HYTOPIA allows you to build completely custom UI uses HTML, CSS and Javascript.
37
+ HYTOPIA allows you to build completely custom UI using HTML, CSS and Javascript.
38
38
  You can build simple UIs, to highly complex ones. UI capabilities are as powerful
39
- as building a regaulr web page - there are no limitations on what you can do.
39
+ as building a regular web page - there are close to no limitations on what is possible.
40
40
 
41
41
  Remember, HYTOPIA sandboxes your UI & UI scripts, so external network requests or
42
42
  other unsafe actions likely won't work as you expect in production.
@@ -60,7 +60,7 @@ and also configure additional buttons for mobile compatibility.
60
60
 
61
61
  /*
62
62
  We can use the body.mobile class to detect if we're on a mobile device.
63
- HYTOPIA will always add this class to the body element when running on a mobile device.
63
+ The HYTOPIA game client will always add this class to the body element when running on a mobile device.
64
64
  */
65
65
  body.mobile .mobile-controls { /* If this css selector matches because we're on mobile, show the mobile controls */
66
66
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hytopia",
3
- "version": "0.3.14",
3
+ "version": "0.3.15",
4
4
  "description": "The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.",
5
5
  "main": "server.js",
6
6
  "bin": {