From 7a60573693bb275891da38cf28a5b50c3d5efb0e Mon Sep 17 00:00:00 2001 From: ha beep <56192384+windows10win7posreadywoeskio@users.noreply.github.com> Date: Thu, 3 Jun 2021 13:36:46 +0700 Subject: [PATCH 1/8] credit shit in Project.xml --- client/Project.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Project.xml b/client/Project.xml index 7050b67..cf8f0cf 100644 --- a/client/Project.xml +++ b/client/Project.xml @@ -2,7 +2,7 @@ - + From d16c9f68c47f7fd762180f884e1323ef8e5c4388 Mon Sep 17 00:00:00 2001 From: ha beep <56192384+windows10win7posreadywoeskio@users.noreply.github.com> Date: Thu, 3 Jun 2021 13:38:52 +0700 Subject: [PATCH 2/8] adding shit --- client/source/onlinemod/OnlineNickState.hx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/client/source/onlinemod/OnlineNickState.hx b/client/source/onlinemod/OnlineNickState.hx index 6ecf402..6377071 100644 --- a/client/source/onlinemod/OnlineNickState.hx +++ b/client/source/onlinemod/OnlineNickState.hx @@ -76,16 +76,16 @@ class OnlineNickState extends MusicBeatState switch (data[0]) { case 0: - SetErrorText("Nickname accepted", FlxColor.LIME); + SetErrorText("Nickname accepted!", FlxColor.LIME); FlxG.switchState(new OnlineLobbyState()); case 1: - SetErrorText("Nickname already claimed"); + SetErrorText("Nickname already claimed, Probably because the host's using ngrok free."); case 2: - SetErrorText("Game already in progress"); + SetErrorText("Game already in progress. Please wait"); case 3: - SetErrorText("Invalid nickname"); + SetErrorText("Invalid nickname! Please choose another one."); case 4: - FlxG.switchState(new OnlinePlayMenuState("Game is already full")); + FlxG.switchState(new OnlinePlayMenuState("Game is already full, cannot join.")); } } } From cf3c3190b1573313e54a304ec64478fd521fce82 Mon Sep 17 00:00:00 2001 From: ha beep <56192384+windows10win7posreadywoeskio@users.noreply.github.com> Date: Thu, 3 Jun 2021 13:45:00 +0700 Subject: [PATCH 3/8] AYO AYO AYO WATCH YO TEXT BRO WATCH YO TEXT --- client/source/onlinemod/Chat.hx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/source/onlinemod/Chat.hx b/client/source/onlinemod/Chat.hx index 685774f..4dadd77 100644 --- a/client/source/onlinemod/Chat.hx +++ b/client/source/onlinemod/Chat.hx @@ -29,12 +29,12 @@ class Chat public static inline function PLAYER_JOIN(nickname:String) { - Chat.OutputChatMessage('$nickname joined the game', systemColor); + Chat.OutputChatMessage('$nickname joined the game, say welcome.', systemColor); } public static inline function PLAYER_LEAVE(nickname:String) { - Chat.OutputChatMessage('$nickname left the game', systemColor); + Chat.OutputChatMessage('$nickname left the game, Awww.', systemColor); } public static inline function SERVER_MESSAGE(message:String) @@ -113,7 +113,7 @@ class Chat OutputChatMessage('<${OnlineNickState.nickname}> ${chatField.text}'); } - chatField.text = ""; + chatField.text = "ayo ayo ayo watch yo text bro watch yo text"; chatField.caretIndex = 0; } } From 706f4c6e97ace0f29dfe345662c6dcac994b627f Mon Sep 17 00:00:00 2001 From: ha beep <56192384+windows10win7posreadywoeskio@users.noreply.github.com> Date: Thu, 3 Jun 2021 14:51:51 +0700 Subject: [PATCH 4/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d50d14..35e23a4 100644 --- a/README.md +++ b/README.md @@ -53,4 +53,4 @@ This game was made with love to Newgrounds and its community. Extra love to Tom # Other pages - [Server info](server/README.md) - More info on how to host a server. -- [BUILDING.md](https://github.com/KadeDev/Kade-Engine/blob/master/BUILDING.md) - How to compile/build the game. This points to the BUILDING.md inside the Kade Engine repository. \ No newline at end of file +- [Building](https://kadedev.github.io/Kade-Engine/building) - How to compile/build the game. This points to the BUILDING.md inside the Kade Engine repository. From 649a02afcc38d0d82f73cb3badae75183322851c Mon Sep 17 00:00:00 2001 From: ha beep <56192384+windows10win7posreadywoeskio@users.noreply.github.com> Date: Thu, 3 Jun 2021 14:53:25 +0700 Subject: [PATCH 5/8] a a --- client/source/onlinemod/Chat.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/source/onlinemod/Chat.hx b/client/source/onlinemod/Chat.hx index 4dadd77..f3e159f 100644 --- a/client/source/onlinemod/Chat.hx +++ b/client/source/onlinemod/Chat.hx @@ -113,7 +113,7 @@ class Chat OutputChatMessage('<${OnlineNickState.nickname}> ${chatField.text}'); } - chatField.text = "ayo ayo ayo watch yo text bro watch yo text"; + chatField.text = ""; chatField.caretIndex = 0; } } From f4f5dfb539963f0ebc8d316db430a72bd153e04e Mon Sep 17 00:00:00 2001 From: ha beep <56192384+windows10win7posreadywoeskio@users.noreply.github.com> Date: Thu, 3 Jun 2021 14:54:45 +0700 Subject: [PATCH 6/8] a a --- client/Project.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Project.xml b/client/Project.xml index cf8f0cf..a59bfb2 100644 --- a/client/Project.xml +++ b/client/Project.xml @@ -2,7 +2,7 @@ - + From 6cb79656a961505d72849022632d16b8933a3573 Mon Sep 17 00:00:00 2001 From: ha beep <56192384+windows10win7posreadywoeskio@users.noreply.github.com> Date: Thu, 3 Jun 2021 15:02:20 +0700 Subject: [PATCH 7/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35e23a4..5debfdf 100644 --- a/README.md +++ b/README.md @@ -53,4 +53,4 @@ This game was made with love to Newgrounds and its community. Extra love to Tom # Other pages - [Server info](server/README.md) - More info on how to host a server. -- [Building](https://kadedev.github.io/Kade-Engine/building) - How to compile/build the game. This points to the BUILDING.md inside the Kade Engine repository. +- [Building](https://kadedev.github.io/Kade-Engine/building) - How to compile/build the game. This points to the Building section inside the Kade Engine website. From 0176b0341497f998a925ec58a511f04cf6965436 Mon Sep 17 00:00:00 2001 From: ha beep <56192384+windows10win7posreadywoeskio@users.noreply.github.com> Date: Sun, 6 Jun 2021 13:57:00 +0700 Subject: [PATCH 8/8] Update OnlineNickState.hx --- client/source/onlinemod/OnlineNickState.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/source/onlinemod/OnlineNickState.hx b/client/source/onlinemod/OnlineNickState.hx index 6377071..0c9dfad 100644 --- a/client/source/onlinemod/OnlineNickState.hx +++ b/client/source/onlinemod/OnlineNickState.hx @@ -22,7 +22,7 @@ class OnlineNickState extends MusicBeatState add(bg); - var topText = new FlxText(0, FlxG.height * 0.25, "Insert nickname"); + var topText = new FlxText(0, FlxG.height * 0.25, "Insert nickname."); topText.setFormat(Paths.font("vcr.ttf"), 64, FlxColor.WHITE, LEFT, FlxTextBorderStyle.OUTLINE, FlxColor.BLACK); topText.screenCenter(FlxAxes.X); add(topText); @@ -79,7 +79,7 @@ class OnlineNickState extends MusicBeatState SetErrorText("Nickname accepted!", FlxColor.LIME); FlxG.switchState(new OnlineLobbyState()); case 1: - SetErrorText("Nickname already claimed, Probably because the host's using ngrok free."); + SetErrorText("Nickname already claimed, Choose another one"); case 2: SetErrorText("Game already in progress. Please wait"); case 3: