summaryrefslogtreecommitdiff
path: root/blog/src/g/flappybird_godot_devlog_1.md
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2022-05-28 21:53:11 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2022-05-28 21:53:11 -0600
commit522bed7c83a5bada278f29593dcb18cdf264e4f6 (patch)
treea571370e72952b8c2ec3b0e6eb84c2c62e66a99d /blog/src/g/flappybird_godot_devlog_1.md
parent3262c801cf793ea82a1884f1fb008445c4b4ef6e (diff)
fix embedded itch.io page
Diffstat (limited to 'blog/src/g/flappybird_godot_devlog_1.md')
-rw-r--r--blog/src/g/flappybird_godot_devlog_1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/src/g/flappybird_godot_devlog_1.md b/blog/src/g/flappybird_godot_devlog_1.md
index 2c586e8..44a5f36 100644
--- a/blog/src/g/flappybird_godot_devlog_1.md
+++ b/blog/src/g/flappybird_godot_devlog_1.md
@@ -21,7 +21,7 @@ One thing to note, is that I started writing this when I finished the game, so i
The source code can be found in my GitHub [here](https://github.com/luevano/flappybird_godot), it also contains the exported versions for HTML5, Windows and Linux (be aware that the sound might be too high and I'm too lazy to make it configurable, it was the last thing I added), or you could also go to the itch.io page I setup where it's playable in the browser:
-<iframe src="https://itch.io/embed/1551015?dark=true" width="552" height="167" frameborder="0"><a href="https://lorentzeus.itch.io/flappybirdgodot">FlappyBirdGodot by Lorentzeus</a></iframe>
+<p style="text-align:center"><iframe src="https://itch.io/embed/1551015?dark=true" width="552" height="167" frameborder="0"><a href="https://lorentzeus.itch.io/flappybirdgodot">FlappyBirdGodot by Lorentzeus</a></iframe></p>
## Initial project setup