Profile avatar
wiktorkazirod.bsky.social
Game Designer @ Orbital Knight Trophy Hunter @ https://psnprofiles.com/monkeyDwiktor Hobbyst @ Raspberry Seed Games
57 posts 179 followers 51 following
Regular Contributor
Active Commenter

I made a #Godot plugin that turns boolean Arrays into a grid of checkboxes in the inspector. It works for both GDScript and C# created Godot Arrays. Thanks to @wiktorkazirod.bsky.social for sharing his code and allowing me to rewrite it for a more general audience!

optimist: the glass is half full pessimist: the glass is half empty level designer: the glass is yellow

Are you looking for a relaxing mobile puzzle game? 🎮 Try Spire Blast!🐉✨ Collapse the colorful towers and command your ever-hungry dragon companions on a challenging quest! 🌟Play with your dragons today: apple.co/-SpireBlast #SpireBlast #MobileGame #iOS #AppleArcade #dragons #relaxing #puzzle

Thanks to a huuuge help from my friend Dawid G, I've actually managed to implement a plugin which changes the way the dictionary property behaves in the inspector allowing me to layout levels in a quick and easy way🎉 Check out the attached video! #godot #indiedev #gamedesign

That looks dope as fuck!

Gdyby ktoś szukał Steam Decka to mój za chwilę ląduje na OLX. OLED 1TB ze zniżką dla bluskajowców - 2400

Can't believe i've never stumbled upon this website until now gdscript.com - with that address it should be a lot easier to find it while googling for #godot related stuff. It ain't much but it covers the more interesting of basic stuff. It will definitely get a proper bookmark spot in my tab!

This weekend I've gotten a new shiny Platinum Trophy in Oceanhorn 2 [PS5] 🎉 While the game is considered an indie for PC and Consoles, it's worth mentioning that it was originally released as a AAA mobile game 🤯 And when we look at it in the mobile category it really is an incredible game, try it!

It’s all fun and games until... 🙈

Whenever I watch the polish sitcom "Świat Według Kiepskich" I get the impression that it totally could exist within the Rick and Morty's universe 😂🤣

I wonder if it's possible to make the exported 2D Array show up in the inspector as a grid of checkboxes instead of nested lists, and if so - how would you approach implementing it?🤔 Below's my try on visualizing what i want to achieve🙈 #godot #gamedev #indiedev

🧵 1/x Why are there boring battles in jRPGs, and how does Metaphor make boredom exciting? A few thoughts on war of attrition and rewarding the player. #gamedesign #gamedev #jrpg #kwiscgamedesign #games #metaphor

Picturing a game jam where you use a specialized game engine to make something completely different. Murder Mystery adventure game using the Forza Engine. A garden sim using the nba 2k engine. And so on….

Brackeys is here! 🎉

@gameengines.bsky.social I would like GODOT please!

I just froze for a while after opening the project I'm currently working on 😬 The Pareto Principle better be real 🙈🤣 #godot #gamedesign #indiedev #gamedev

Just out of nowhere I realized that one of the things that Unity has and Godo(n't)t is an option to save your editor layout. It actually makes moving between different monitor setups a breeze while with #Godot you're forced to manually set everything up even if only screen resolution has changed 😠

I've added an object to the scene that does something when clicked, duplicated it a ton, and positioned them manually. Now, clicking one triggers the effect on all copies. I know it’s because I didn’t instantiate them separately but wanted to avoid scripting, so I asked ChatGPT instead... 🤣 #Godot