diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2023-09-01 09:30:52 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2023-09-01 09:30:52 -0600 |
commit | edd91285e202c16af1c80458291e039fe3f22dfe (patch) | |
tree | 5dd8ee9049342f4cd29989d8c57f10f360156291 | |
parent | e6fb8b69c85894994d649b4c7c59a6a1fa606c34 (diff) |
update texture filter notes
-rw-r--r-- | db/db_blog.psv | 2 | ||||
-rw-r--r-- | live/blog/g/flappybird_godot_devlog_2.html | 4 | ||||
-rw-r--r-- | live/blog/rss.xml | 2 | ||||
-rw-r--r-- | live/blog/sitemap.xml | 2 | ||||
-rw-r--r-- | src/blog/g/flappybird_godot_devlog_2.md | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/db/db_blog.psv b/db/db_blog.psv index 16f2921..562d56c 100644 --- a/db/db_blog.psv +++ b/db/db_blog.psv @@ -27,5 +27,5 @@ a/arch_logs_flooding_disk.md|1686824540.5338242|1686824666.933781|261eeee98ecbb2 a/torrenting_with_qbittorrent.md|1690164384.3800702|1690170668.4089742|413b7f2764a40fea97f2a22a942ff305|code,english,server,tools,tutorial
a/jellyfin_server_with_sonarr_radarr.md|1690173014.2185652|1690173137.3785434|831c3b7c4183648dbc3be4547fe50686|code,english,server,tools,tutorial
a/pastebin_alt_with_privatebin.md|1692524793.86829|1692527331.9501805|7605e02fc2b613617be56fdf43471664|code,english,server,tools,tutorial
-g/flappybird_godot_devlog_2.md|1693178890.8924305|1693304066.9573946|a1b0a6483829aea59a6251b47da210c6|english,gamedev,gdscript,godot
+g/flappybird_godot_devlog_2.md|1693178890.8924305|1693582149.5222216|ba06223cc0870f39ef7890f154473cfe|english,gamedev,gdscript,godot
g/godot_layers_and_masks_notes.md|1693303806.3574584|0.0|407b8f66cdde17ac2f8c113921805d98|english,gamedev,gdscript,godot
diff --git a/live/blog/g/flappybird_godot_devlog_2.html b/live/blog/g/flappybird_godot_devlog_2.html index d4f764b..e882607 100644 --- a/live/blog/g/flappybird_godot_devlog_2.html +++ b/live/blog/g/flappybird_godot_devlog_2.html @@ -121,7 +121,7 @@ <p>These include the first changes for fixing some of the conflicting code to at least make it run (no gameplay) as well as project settings adjustments.</p> <ul> <li>Changing the <a href="https://blog.luevano.xyz/g/flappybird_godot_devlog_1.html#default-import-settings">default import settings</a> for pixel art no longer works (though it’s worth to double check as they changed from <code>Texture</code> to a <code>Texture2D</code>). The important parameter to <a href="https://ask.godotengine.org/122518/how-to-import-pixel-art-in-godot-4">change is the <em>Filter</em> for the textures</a>.<ul> -<li>Since all nodes inherit parameters by default, changing on the parent nodes (or just once in the root such as <code>Main.tscn</code>) will suffice: Go to <em>Inspector -> CanvasItem -> Texture</em> and change <em>Filter</em> from “Inherit” to “Nearest”.</li> +<li>Change by going to the <em>Project Settings</em> at <em>General -> Rendering -> Textures</em> and set the <em>Canvas Textures -> Default Texture Filter</em> to “Nearest”.</li> </ul> </li> <li>Re-set the <em>InputMap</em> as the system probably changed from <em>Godot 3</em> to <em>Godot 4</em>.</li> @@ -305,7 +305,7 @@ AudioServer.set_bus_mute(_bus, true) # false to unmute <div class="article-info"> <p>By David LuĂ©vano</p> <p>Created: Sun, Aug 27, 2023 @ 23:28 UTC</p> - <p>Modified: Tue, Aug 29, 2023 @ 10:14 UTC</p> + <p>Modified: Fri, Sep 01, 2023 @ 15:29 UTC</p> <div class="article-tags"> <p>Tags: <a href="https://blog.luevano.xyz/tag/@english.html">english</a>, <a href="https://blog.luevano.xyz/tag/@gamedev.html">gamedev</a>, <a href="https://blog.luevano.xyz/tag/@gdscript.html">gdscript</a>, <a href="https://blog.luevano.xyz/tag/@godot.html">godot</a> </p> diff --git a/live/blog/rss.xml b/live/blog/rss.xml index e646e8e..c725869 100644 --- a/live/blog/rss.xml +++ b/live/blog/rss.xml @@ -89,7 +89,7 @@ <p>These include the first changes for fixing some of the conflicting code to at least make it run (no gameplay) as well as project settings adjustments.</p> <ul> <li>Changing the <a href="https://blog.luevano.xyz/g/flappybird_godot_devlog_1.html#default-import-settings">default import settings</a> for pixel art no longer works (though it’s worth to double check as they changed from <code>Texture</code> to a <code>Texture2D</code>). The important parameter to <a href="https://ask.godotengine.org/122518/how-to-import-pixel-art-in-godot-4">change is the <em>Filter</em> for the textures</a>.<ul> -<li>Since all nodes inherit parameters by default, changing on the parent nodes (or just once in the root such as <code>Main.tscn</code>) will suffice: Go to <em>Inspector -> CanvasItem -> Texture</em> and change <em>Filter</em> from “Inherit” to “Nearest”.</li> +<li>Change by going to the <em>Project Settings</em> at <em>General -> Rendering -> Textures</em> and set the <em>Canvas Textures -> Default Texture Filter</em> to “Nearest”.</li> </ul> </li> <li>Re-set the <em>InputMap</em> as the system probably changed from <em>Godot 3</em> to <em>Godot 4</em>.</li> diff --git a/live/blog/sitemap.xml b/live/blog/sitemap.xml index 7131e1d..7084a19 100644 --- a/live/blog/sitemap.xml +++ b/live/blog/sitemap.xml @@ -53,7 +53,7 @@ </url> <url> <loc>https://blog.luevano.xyz/g/flappybird_godot_devlog_2.html</loc> - <lastmod>2023-08-29</lastmod> + <lastmod>2023-09-01</lastmod> <changefreq>weekly</changefreq> <priority>1.0</priority> </url> diff --git a/src/blog/g/flappybird_godot_devlog_2.md b/src/blog/g/flappybird_godot_devlog_2.md index 4532cc5..0170194 100644 --- a/src/blog/g/flappybird_godot_devlog_2.md +++ b/src/blog/g/flappybird_godot_devlog_2.md @@ -26,7 +26,7 @@ The source code can be found at [luevano/flappybirdgodot](https://github.com/lue These include the first changes for fixing some of the conflicting code to at least make it run (no gameplay) as well as project settings adjustments. - Changing the [default import settings](https://blog.luevano.xyz/g/flappybird_godot_devlog_1.html#default-import-settings) for pixel art no longer works (though it's worth to double check as they changed from `Texture` to a `Texture2D`). The important parameter to [change is the *Filter* for the textures](https://ask.godotengine.org/122518/how-to-import-pixel-art-in-godot-4). - - Since all nodes inherit parameters by default, changing on the parent nodes (or just once in the root such as `Main.tscn`) will suffice: Go to *Inspector -> CanvasItem -> Texture* and change *Filter* from "Inherit" to "Nearest". + - Change by going to the *Project Settings* at *General -> Rendering -> Textures* and set the *Canvas Textures -> Default Texture Filter* to "Nearest". - Re-set the *InputMap* as the system probably changed from *Godot 3* to *Godot 4*. - For `SavedData` singleton, change from `File` to `ConfigFile` and refactor. This is really not needed for making it run, but I changed this right away. - Remove `velocity` property of `Player` which is already included in `CharacterBody2D`. |