Update MainMenu.ts
This commit is contained in:
		
							parent
							
								
									520fb8837e
								
							
						
					
					
						commit
						0fe178d896
					
				| 
						 | 
					@ -76,7 +76,7 @@ export default class MainMenu extends Scene {
 | 
				
			||||||
        const aboutHeader = <Label>this.add.uiElement(UIElementType.LABEL, "about", {position: new Vec2(center.x, center.y - 250), text: "About"});
 | 
					        const aboutHeader = <Label>this.add.uiElement(UIElementType.LABEL, "about", {position: new Vec2(center.x, center.y - 250), text: "About"});
 | 
				
			||||||
        aboutHeader.textColor = Color.WHITE;
 | 
					        aboutHeader.textColor = Color.WHITE;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        // HOMEWORK 4 - TODO: Give yourself credit and add your name to the about page!
 | 
					        
 | 
				
			||||||
        const text1 = "This game was created by Henry Chen, Kelly Peng, and Xinyu Xu";
 | 
					        const text1 = "This game was created by Henry Chen, Kelly Peng, and Xinyu Xu";
 | 
				
			||||||
        const text2 = "using the Wolfie2D game engine, a TypeScript game engine created by";
 | 
					        const text2 = "using the Wolfie2D game engine, a TypeScript game engine created by";
 | 
				
			||||||
        const text3 = "Joe Weaver and Richard McKenna.";
 | 
					        const text3 = "Joe Weaver and Richard McKenna.";
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user