red
banner
redbluecontrast.bsky.social
red
@redbluecontrast.bsky.social
Making games on my free time!
Blasted Dice is out on Steam!
https://store.steampowered.com/app/3232520/Blasted_Dice/
Also, the thumbnail being so pixelated is hilarious. 😅
June 7, 2025 at 7:08 PM
Happy #TurnBasedThursday ! Here's my explosive dice deckbuilder, currently in the Dice Dimensions Steam Event! 🎲
store.steampowered.com/app/3232520/...
Blasted Dice on Steam
Blasted Dice is a roguelike deckbuilder where you assemble a deck of dice to blow up your enemies. Achieve masterful combos, acquire legendary items, meet strange characters and blow up your enemies w...
store.steampowered.com
March 6, 2025 at 2:43 PM
the first thing in the array should be the player
get_tree().get_nodes_in_group("player")[0] should be the player then
March 5, 2025 at 12:45 AM
Saw this on my feed! Maybe you can try using groups. Add a group called player to the player and then do get_tree().get_nodes_in_group("player")
docs.godotengine.org/en/stable/tu...
Groups
Groups in Godot work like tags in other software. You can add a node to as many groups as you want. Then, in code, you can use the SceneTree to: Get a list of nodes in a group., Call a method on al...
docs.godotengine.org
March 5, 2025 at 12:43 AM