<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Godot 101 on Godot 4 レシピ</title><link>https://kamera25.github.io/godot_recipes/4.x/g101/index.html</link><description>Recent content in Godot 101 on Godot 4 レシピ</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Tue, 09 Apr 2019 19:48:00 -0700</lastBuildDate><atom:link href="https://kamera25.github.io/godot_recipes/4.x/g101/index.xml" rel="self" type="application/rss+xml"/><item><title>Getting Started</title><link>https://kamera25.github.io/godot_recipes/4.x/g101/start/index.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://kamera25.github.io/godot_recipes/4.x/g101/start/index.html</guid><description>&lt;h3 id="getting-started"&gt;Getting Started&lt;/h3&gt;
&lt;p&gt;
&lt;a href="#image-2d6f90f4a50d5bfac9a11dbdcf25212f" class="lightbox-link"&gt;
&lt;img src="https://kamera25.github.io/godot_recipes/4.x/img/godot3_logo.png?width=250" alt="alt" style="height: auto; width: 250;" loading="lazy"&gt;
&lt;/a&gt;
&lt;a href="javascript:history.back();" class="lightbox" id="image-2d6f90f4a50d5bfac9a11dbdcf25212f"&gt;
&lt;img src="https://kamera25.github.io/godot_recipes/4.x/img/godot3_logo.png?width=250" alt="alt" class="lightbox-image" loading="lazy"&gt;
&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Have you downloaded Godot yet? You can get it here:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://godotengine.org" target="_blank"&gt;https://godotengine.org&lt;/a&gt;&lt;/p&gt;
&lt;div class="box notices cstyle info"&gt;
&lt;div class="box-label"&gt;&lt;i class="fa-fw fas fa-info-circle"&gt;&lt;/i&gt; Updating to Godot 4.0&lt;/div&gt;
&lt;div class="box-content"&gt;
&lt;p&gt;We&amp;rsquo;re working on a new version of Godot 101 for Godot 4.0. In the meantime, we recommend new learners stick with Godot 3.x, which has a lot more resources and learning materials available.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h4 id="in-this-section"&gt;In this section:&lt;/h4&gt;
&lt;ul class="children children-li children-sort-weight"&gt;
&lt;li&gt;&lt;a href="https://kamera25.github.io/godot_recipes/4.x/g101/start/101_01/index.html"&gt;What is Godot?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://kamera25.github.io/godot_recipes/4.x/g101/start/101_02/index.html"&gt;The Godot Editor: Finding your way around&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://kamera25.github.io/godot_recipes/4.x/g101/start/101_03/index.html"&gt;Nodes: Godot&amp;#39;s building blocks&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Introduction to GDScript</title><link>https://kamera25.github.io/godot_recipes/4.x/g101/gdscript/index.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://kamera25.github.io/godot_recipes/4.x/g101/gdscript/index.html</guid><description>&lt;h2 id="gdscript"&gt;&lt;i class='fas fa-scroll'&gt;&lt;/i&gt; GDScript&lt;/h2&gt;
&lt;p&gt;GDScript is Godot&amp;rsquo;s built-in scripting language. Its syntax is based on Python, so if you&amp;rsquo;re familiar with that language, you&amp;rsquo;ll feel right at home. In this chapter, we&amp;rsquo;ll introduce the language and get you up to speed with how it works.&lt;/p&gt;
&lt;div class="box notices cstyle info"&gt;
&lt;div class="box-label"&gt;&lt;i class="fa-fw fas fa-info-circle"&gt;&lt;/i&gt; Updating to Godot 4.0&lt;/div&gt;
&lt;div class="box-content"&gt;
&lt;p&gt;We&amp;rsquo;re working on a new version of Godot 101 for Godot 4.0. In the meantime, we recommend new learners stick with Godot 3.x, which has a lot more resources and learning materials available.&lt;/p&gt;</description></item><item><title>Intro to 3D</title><link>https://kamera25.github.io/godot_recipes/4.x/g101/3d/index.html</link><pubDate>Sat, 09 Mar 2019 05:22:12 -0700</pubDate><guid>https://kamera25.github.io/godot_recipes/4.x/g101/3d/index.html</guid><description>&lt;h1 id="intro-to-3d"&gt;&lt;i class='fas fa-cube'&gt;&lt;/i&gt; Intro to 3D&lt;/h1&gt;
&lt;p&gt;A gentle introduction to the 3D side of Godot development.&lt;/p&gt;
&lt;h4 id="in-this-section"&gt;In this section:&lt;/h4&gt;
&lt;ul class="children children-li children-sort-weight"&gt;
&lt;li&gt;&lt;a href="https://kamera25.github.io/godot_recipes/4.x/g101/3d/101_3d_01/index.html"&gt;The 3D Editor&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://kamera25.github.io/godot_recipes/4.x/g101/3d/101_3d_02/index.html"&gt;Importing 3D Objects&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://kamera25.github.io/godot_recipes/4.x/g101/3d/101_3d_03/index.html"&gt;Creating a 3D Character&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://kamera25.github.io/godot_recipes/4.x/g101/3d/101_3d_05/index.html"&gt;Edge Detection &amp;amp; Mouse Capture&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://kamera25.github.io/godot_recipes/4.x/g101/3d/101_3d_06/index.html"&gt;Using CSG&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://kamera25.github.io/godot_recipes/4.x/g101/3d/101_3d_07/index.html"&gt;First-person Character&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description></item></channel></rss>