GBoy
banner
gboydev.bsky.social
GBoy
@gboydev.bsky.social
GODOT / game dev rookie
@tyanuziello.bsky.social typo on the course in udemy :
December 24, 2024 at 11:51 PM
Just saying
December 24, 2024 at 2:54 PM
Ops Webp doesn't seem to work on Bluesky, here is the animation preview. #godot-tip #curve
December 12, 2024 at 1:47 AM
New #Godot tip time! animating shit with curves is fun. Game plan: Create curve, use Tween.tween_method to go over it, move things around. Here is the code and more explanation how it's done: open.substack.com/pub/gboyongo...

#godot-tip #godot-tips #gamedev #animation
December 12, 2024 at 1:45 AM
Another #Godot tip, if you want to detect collision with the tiles you can use Area2D (i.e. Bullet) body_shape_entered and then use custom data on the tiles to paint some tiles with data to check.

Very effective use of TileMapLayers, show how powerful they are!

#godot-tip #godot-tips #gamedev
December 8, 2024 at 2:14 AM
You can add color to your #Godot project folders to organize better #godot-tips
December 7, 2024 at 12:04 PM
Selective GLOW in #Godot:

- Project Settings > Rendering > Viewport > Enable HDR20
- Add World Environment
- Enable Glow
- Set Background to **Canvas**
- Choose “Modulate > Raw” in sprites increase the RGB to higher than HDR Threshold (default: 1)
- Those sprites will glow!

#godot-tip #gamedev
December 3, 2024 at 2:51 AM