fix: change name xinyu xu to renge

This commit is contained in:
Renge 2022-04-09 01:00:06 -04:00
parent db0cfd0bd2
commit 12b470614f
3 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@
<meta property="og:type" content="website">
<meta property="og:url" content="https://shattered-sword.web.app/ShatteredSwordGameDesignDocument.html">
<meta property="og:description" content="Game design document for Shattered Sword.">
<meta property="og:image" content="Henry Chen, Kelly Peng, Xinyu Xu">
<meta property="og:image" content="Henry Chen, Kelly Peng, Renge">
<!-- <link rel="icon" href="/favicon.ico">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
@ -31,7 +31,7 @@
<img src="GUI/Logo.png" style="display: block; margin-left: auto; margin-right: auto; width: 20%;"/>
<h4 align="center">
by Henry Chen, Kelly Peng, Xinyu Xu
by Henry Chen, Kelly Peng, Renge
</h4>
<div id="content">

View File

@ -7,7 +7,7 @@ CSE380 2D Game Design Project, Spring 2022
<div style="text-align: left"><img width='500' alt='Shattered Sword' src='./public/GUI/Logo.png'></div>
## About our team
Henry Chen, Kelly Peng, Xinyu Xu
Henry Chen, Kelly Peng, Renge
# Game Engine
## How to transpile and run

View File

@ -90,7 +90,7 @@ export default class MainMenu extends Scene {
aboutHeader.textColor = Color.WHITE;
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 Renge";
const text2 = "using the Wolfie2D game engine, a TypeScript game engine created by";
const text3 = "Joe Weaver and Richard McKenna.";