fix: change name xinyu xu to renge
This commit is contained in:
parent
db0cfd0bd2
commit
12b470614f
|
@ -13,7 +13,7 @@
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://shattered-sword.web.app/ShatteredSwordGameDesignDocument.html">
|
<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: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.ico">
|
||||||
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
|
<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%;"/>
|
<img src="GUI/Logo.png" style="display: block; margin-left: auto; margin-right: auto; width: 20%;"/>
|
||||||
<h4 align="center">
|
<h4 align="center">
|
||||||
by Henry Chen, Kelly Peng, Xinyu Xu
|
by Henry Chen, Kelly Peng, Renge
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
<div id="content">
|
<div id="content">
|
||||||
|
|
|
@ -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>
|
<div style="text-align: left"><img width='500' alt='Shattered Sword' src='./public/GUI/Logo.png'></div>
|
||||||
|
|
||||||
## About our team
|
## About our team
|
||||||
Henry Chen, Kelly Peng, Xinyu Xu
|
Henry Chen, Kelly Peng, Renge
|
||||||
|
|
||||||
# Game Engine
|
# Game Engine
|
||||||
## How to transpile and run
|
## How to transpile and run
|
||||||
|
|
|
@ -90,7 +90,7 @@ export default class MainMenu extends Scene {
|
||||||
aboutHeader.textColor = Color.WHITE;
|
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 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