Update MainMenu.ts

This commit is contained in:
OfficialCHenry 2022-04-02 13:42:12 -04:00 committed by GitHub
parent 520fb8837e
commit 0fe178d896
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"});
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 text2 = "using the Wolfie2D game engine, a TypeScript game engine created by";
const text3 = "Joe Weaver and Richard McKenna.";