From 490fd1af1942a596ce6173f51e5b84ecb3a183b6 Mon Sep 17 00:00:00 2001 From: chimchooree Date: Mon, 8 May 2023 20:19:19 -0500 Subject: [PATCH] tweak --- src/diary/entries/220831 | 2 +- src/diary/entries/230227 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/diary/entries/220831 b/src/diary/entries/220831 index 3cdc81f..199dfbc 100644 --- a/src/diary/entries/220831 +++ b/src/diary/entries/220831 @@ -1,5 +1,5 @@ -

Blessfrey.me Under Construction

+

Blessfrey.me - Under Construction

#webdev

The website doesn't look how I want it to yet!

diff --git a/src/diary/entries/230227 b/src/diary/entries/230227 index a34369f..ac8f136 100644 --- a/src/diary/entries/230227 +++ b/src/diary/entries/230227 @@ -1,5 +1,5 @@ -

Godot 3 Tutorial: Chat Room using WebSocket

+

Godot 3 Tutorial - Chat Room using WebSocket

#godot #webdev

Follow along to make your first mini WebSocket application in GDScript (with a little JSON). The client and the server will be two separate projects. I build upon the NetworkedMultiplayerENet chat room tutorial(archive link) by Miziziziz and the HTML5 and WebSocket tutorial in the Godot documentation.