summaryrefslogtreecommitdiff
path: root/src/blog/g/flappybird_godot_devlog_2.md
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2023-08-29 04:17:09 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2023-08-29 04:17:09 -0600
commite6fb8b69c85894994d649b4c7c59a6a1fa606c34 (patch)
treeda723dabaac5128634eddeecf9f982f899f604cf /src/blog/g/flappybird_godot_devlog_2.md
parent06184c13af639917e1af5a1bc298b0022c1398ea (diff)
add godot layer notes
Diffstat (limited to 'src/blog/g/flappybird_godot_devlog_2.md')
-rw-r--r--src/blog/g/flappybird_godot_devlog_2.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blog/g/flappybird_godot_devlog_2.md b/src/blog/g/flappybird_godot_devlog_2.md
index 3363f0e..4532cc5 100644
--- a/src/blog/g/flappybird_godot_devlog_2.md
+++ b/src/blog/g/flappybird_godot_devlog_2.md
@@ -19,7 +19,7 @@ The source code can be found at [luevano/flappybirdgodot](https://github.com/lue
# Porting to Godot 4
-**Disclaimer:** I started the port back in *Godot 4.0* something and left the project for a while, then opened the project again in *Godot 4.1*, and it didn't ask to convert anything so probably nowadays the conversion is better.
+**Disclaimer:** I started the port back in *Godot 4.0* something and left the project for a while, then opened the project again in *Godot 4.1*, and it didn't ask to convert anything so probably nowadays the conversion is better. Godot's documentation is pretty useful, I looked at the [GDScript reference](https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_basics.html) and [GDScript exports](https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_exports.html) and that helped a lot.
## General changes