perryfrontend.bsky.social
@perryfrontend.bsky.social
アメリカ人のフロント開発者だけど日本語おk!American frontend engineer living in Tokyo, working for 8 years. These days I'm learning Laravel and Nuxt to make cool things.
STEP 2 is important in general!!!! 🙏🙏🙏
November 16, 2024 at 11:53 AM
I finally finished my prototype game. The idea was to test if I could successfully make a prototype of a fun game based on the SNES games I played as a child.
If you want to try it out, check out the Github Wiki below
github.com/PerryFronten...

#godotengine #godot #gamedev
November 16, 2024 at 11:51 AM
Today, I was having a hard time being unable to dynamically change a collision node to disabled using

```
collision.disabled = true
```

Spent an hour learning that you have to instead do

```
collision.set_deferred("disabled", true)
```

つらい1時間だったけどついに解決できてうれしい

#godot #godotengine #gamedev #ゲーム制作
November 7, 2024 at 10:58 AM
絵を書けない僕がiPadでコイキングのドット絵を書いてみて仮で自分のGodotゲームを入れた。

すごく下手だけどそれより楽しかった

Drawing Magikarp was a lot of fun

#godot #gamedev #ドット絵 #ゲーム制作
October 25, 2024 at 2:08 PM
I made this to use at the end of my stream.

#twitch
#im_so_proud_of_myself
#im_not_an_artist_sorry
#gamedev
October 22, 2024 at 2:33 AM