diff --git a/examples/html/entityProperties.html b/examples/html/entityProperties.html index 27a2929d1c..c0737a1880 100644 --- a/examples/html/entityProperties.html +++ b/examples/html/entityProperties.html @@ -932,6 +932,7 @@ +
@@ -939,9 +940,12 @@
-
+
+ +
- +
@@ -976,6 +980,18 @@
+
+
User Data
+
+ +
+
+ + +
+ +
+
Position
@@ -1043,6 +1059,11 @@
+ +
+ +
+
Linear Velocity
@@ -1109,6 +1130,21 @@
+
+
Color
+
+
+
R
+
G
+
B
+
+
+ + +
+ +
+
Ignore For Collisions @@ -1144,22 +1180,9 @@
-
-
User Data
-
- -
-
- -
-
Color
-
-
-
R
-
G
-
B
-
+
+
@@ -1169,6 +1192,11 @@
+ +
+ +
+
Max Particles
@@ -1214,6 +1242,11 @@
+ +
+ +
+
Model URL
@@ -1280,8 +1313,13 @@
+ +
+ +
+
-
Text
+
Text Content
@@ -1311,6 +1349,11 @@
+ +
+ +
+
Spot Light @@ -1345,6 +1388,11 @@
+ +
+ +
+
Stage Sun Model Enabled @@ -1495,8 +1543,6 @@
- - diff --git a/examples/html/style.css b/examples/html/style.css index 4b7d4c825f..ff07411aaf 100644 --- a/examples/html/style.css +++ b/examples/html/style.css @@ -50,10 +50,12 @@ body { background-color: #333333; color: #999; padding: 3pt; + padding-top: 6pt; } .section-header label { font-weight: bold; + font-size: 11pt; } .multi-property-section { @@ -183,11 +185,11 @@ div.input-area { input { } -#type { +#type, #id { font-size: 9.0pt; } -#type label { +#type label, #id label { color: rgb(150, 150, 150); }