Skip to content

Commit

Permalink
Update CreditsScene.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pavitraag authored Jul 29, 2024
1 parent 6f9beef commit eaf8987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Games/Icy_Tower_Game/src/Scenes/CreditsScene.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default class CreditsScene extends Phaser.Scene {
this.madeByText = this.add.text(
0,
0,
'\n\n Created By: Safa ERDEN \n\n Github: SafaErden \n\n Inspired from: Icy Tower ',
'\n\n Created By: Pavitraa \n\n Inspired from: Icy Tower ',
{ fontSize: '30px', fill: '#fff' },
);
this.zone = this.add.zone(config.width / 2, config.height / 2, config.width, config.height);
Expand Down

0 comments on commit eaf8987

Please sign in to comment.