<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: xYellowTek</title>
    <description>The latest articles on DEV Community by xYellowTek (@xyellow).</description>
    <link>https://dev.to/xyellow</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1457776%2Fa3eeeb42-92a4-4256-b26f-10b0568fdd82.jpeg</url>
      <title>DEV Community: xYellowTek</title>
      <link>https://dev.to/xyellow</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/xyellow"/>
    <language>en</language>
    <item>
      <title>[ALPHA 0.1] Chat System Work</title>
      <dc:creator>xYellowTek</dc:creator>
      <pubDate>Fri, 03 May 2024 17:52:05 +0000</pubDate>
      <link>https://dev.to/khbc_remake/alpha-01-chat-system-work-3m2j</link>
      <guid>https://dev.to/khbc_remake/alpha-01-chat-system-work-3m2j</guid>
      <description>&lt;p&gt;This is a "tutorial" of how was made the ALPHA 0.1 chat system of the  Kingdom Hearts Re:Back Cover fan game remake of Kingdom Hearts Union cross mobile, enjoy.&lt;/p&gt;

&lt;p&gt;(DISCLAIMER: all of what you will find in this post of the ALPHA 0.1 was made in Godot 3.5.1 and yet still in progress but in Godot 4.1)&lt;/p&gt;

&lt;p&gt;So i started the project on a CanvasLayer node &lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fputtl0a7ol5z01jkx62k.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fputtl0a7ol5z01jkx62k.png" alt="Image description" width="177" height="21"&gt;&lt;/a&gt;&lt;br&gt;
then i made a child control node to confine the zone were i could work on&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftors0loa2ziyryorz1yt.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftors0loa2ziyryorz1yt.png" alt="Image description" width="800" height="483"&gt;&lt;/a&gt;&lt;br&gt;
now it should look like this.&lt;/p&gt;

&lt;p&gt;Then as a child of the control node I just created i'll add some Tabs node that will be the different type of chats and after ranaming them it should look like this:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fivqwudrd0wx5lw6va7kz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fivqwudrd0wx5lw6va7kz.png" alt="Image description" width="800" height="468"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;last but not least we'll add some RichLabelText  and a LineEdit to make the real chat to every tab node we created and the resoult should be this:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7r3xvspis3ivsu999qva.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7r3xvspis3ivsu999qva.png" alt="Image description" width="214" height="260"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>programming</category>
      <category>python</category>
      <category>godot</category>
    </item>
  </channel>
</rss>
