Browse Source

Cleanups.

Mark Sibly 8 years ago
parent
commit
32a78ec048

+ 1 - 1
.gitignore

@@ -28,7 +28,7 @@ __MANPAGES__/
 
 /modules/module-manager/downloads/*.zip
 
-/src/Ted2GO
+/src/ted2go
 
 /modules/cmark
 /modules/lua

+ 1 - 0
bananas/simplelight/simplelight.monkey2

@@ -22,6 +22,7 @@ Class MyWindow Extends Window
 	Field _logo:Image
 	
 	Method New()
+		Super.New( "Test Window",640,480,WindowFlags.Resizable )
 	
 		ClearColor=Color.Black
 	

+ 3 - 1
src/createrelease/createrelease.monkey2

@@ -5,7 +5,7 @@
 Using libc..
 Using std..
 
-Const MX2CC_VERSION:="1.1.02"
+Const MX2CC_VERSION:="1.1.03"
 
 Const OUTPUT:="Monkey2-v"+MX2CC_VERSION
 
@@ -103,6 +103,8 @@ Function CopyRelease()
 
 	DeleteDir( output+"/src/c2mx2",True )
 	DeleteDir( output+"/src/mx23d",True )
+	
+	DeleteDir( output+"/modules/admob",True )
 	DeleteDir( output+"/modules/linq",True )
 	DeleteDir( output+"/modules/bullet",True )
 	DeleteDir( output+"/modules/gles30",True )

+ 1 - 1
src/ted2/assets/about.html

@@ -44,7 +44,7 @@ a:hover{
 
 <body>
 
-<h1>Monkey2 v1.1.02</h1>
+<h1>Monkey2 v1.1.03</h1>
 
 <p>Welcome to monkey2, a new, open source, user friendly, multi target programming language by Mark Sibly.