Hey so I made a plugin for the Godot Engine to help in making bullet hell/danmaku attack patterns! If anyone’s interested, here’s the projects github!

#dc comics#dc#batman#tim drake#dick grayson#batfam#bruce wayne#batfamily#dc fanart



seen from Argentina
seen from United States
seen from Türkiye
seen from China

seen from United States
seen from United States
seen from United States

seen from Netherlands
seen from United States
seen from Russia

seen from Malaysia
seen from Romania
seen from United States

seen from Malaysia
seen from Lithuania
seen from Malaysia
seen from United States

seen from Argentina
seen from China

seen from United States
Hey so I made a plugin for the Godot Engine to help in making bullet hell/danmaku attack patterns! If anyone’s interested, here’s the projects github!
Video demonstration of my plugin (NZ projectiles) for Godot 4.4.
Godot-Mood v0.5 Released!
If you use Godot Engine v4.4+, and you're tired of either re-inventing with or being baffled by Finite State Machines, there's a new tool for you: Mood!
Composition-Oriented Finite State Machine Nodes for Godot 4.4+ - Zoeticist-Games/godot-mood
Mood is a set of nodes and some plugin support for UI (with plans for much, much more) for building Composition-Oriented Finite State Machines.
The idea is simple: when a Machine is in a certain State, then the scripts underneath that state run their typical processes; otherwise, they don't. That's it! But that idea means it's pretty easy to create composable and flexible systems easily. Check out the examples folder.
note: this does require v4.4 of Godot Engine, as not using typed dictionaries was causing me physical pain.
I have updated both my plugins for Godot 4.4.
The first plugin adds projectiles. Their logic can be easily changed via resources, like decreasing the speed of a projectile by 15 every 2.5 seconds.
While the second one just adds a few functions to make the creation of new nodes via code faster.
P.S. I will try to make posts every single day from now on.
Easily add nodes with one line of code. Contribute to NekoZer0158/NZ_add_nodes development by creating an account on GitHub.
I have made a new plugin; with this one, you can add nodes with one line of code. Nodes that can be created are: Timer, Node, Node2D, Area2D, Marker2D, VisibleOnScreenEnabler2D.
Plugin for Godot, that adds projectile system. Contribute to NekoZer0158/NZ_projectiles development by creating an account on GitHub.
The first plugin is published. Maybe I will publish it in other places. This plugin adds a projectile system. I also made a template where you can see different ways of using this plugin.