Mark Sibly 8 years ago
parent
commit
95524081c3
2 changed files with 8 additions and 6 deletions
  1. 4 4
      ABOUT.HTML
  2. 4 2
      VERSIONS.TXT

+ 4 - 4
ABOUT.HTML

@@ -4,9 +4,9 @@
 <style>
 
 body{
-	background: #333;
+	background: transparent;
 	color: #eee;
-	font-size: 16px;
+	font-size: 18px;
 	margin: 8px;
 	padding: 0px;
 	line-height:20px;
@@ -15,13 +15,13 @@ body{
 
 h1{
 	color: #fc0;
-	font-size: 20px;
+	font-size: 28px;
 	text-align: center;
 }
 
 h2{
 	color: #fc0;
-	font-size: 18px;
+	font-size: 24px;
 	text-align: center;
 }
 

+ 4 - 2
VERSIONS.TXT

@@ -21,8 +21,10 @@ Implemented point light shadows using rgba depth cube texturing for webgl compat
 
 Added ParticleSystem entity subclass. A ParticleSystem contains a ParticleBuffer and a ParticleMaterial, so you can creating multiple instances of the same ParticleBuffer with different materials. See mojo3d particles test.
 
-Added LinearColors property to UniformBlock and Renderer. Material color properties now always in sRGB space. Changed Color.Gold etc.
-to compensate (they were linear colors).
+Added LinearColors property to UniformBlock and Renderer. Material color properties now always in sRGB space. Changed Color.Gold etc. to compensate (they were linear colors).
+
+Added bananas showcase files. See Help->Bananas showcase.
+
 
 ***** Monkey2 v1.1.06 *****