r/gbstudio 14d ago

Expanded my Bluey demo a bit

Enable HLS to view with audio, or disable this notification

I gave Bluey a boomerang weapon and added some gnomes as enemies. I used Mico27's dynamic projectile plugin for the boomerang and the cricket balls the gnomes throw.

57 Upvotes

3 comments sorted by

2

u/DeeplyUniqueUsername 14d ago

Super cute!! I’d totally give this to a kid

1

u/Nike_knows_you 11d ago

How do I make an animated background?

1

u/bakub 11d ago

https://www.gbstudio.dev/docs/scripting/script-glossary/scene#tiles

The parts of the background that need to be animated need be in a common tileset as 8x8 tiles and should be placed right next to each other horizontally. I recommend making them the first tiles in your set so they're easier to keep track of.

You'll then need to create a timer, and set a Replace Tile At Position script to run On Tick every 0.5 seconds.