Sat.May 03, 2025

article thumbnail

Keep It Running: Together Beta

Indie DB

The game is now officially in Beta (version 0.5.x), so the Closed Beta can begin.

Beta 75
article thumbnail

LimboAI for Godot 4.x

Game From Scratch

GameFromScratch.com LimboAI for Godot 4.x LimboAI is a GDExtension for the Godot 4.x game engine that adds behaviour trees and state machine support. These make it easier to create and re-use AI logic in your game. There is also a new Godot Engine asset bundle showcased in the video,the Godot StarNova Bundle on Gumroadbut be The post LimboAI for Godot 4.x appeared first on GameFromScratch.com.

AI 71
article thumbnail

Property like ClickEvents in Button component

Cocos

Hi! Im creating custom event system and want to create component property like ClickEvents in Button component. There in Button component, I will get list of components and their methods after I set Node. Values of dropdown depends of Node value; So, Im going to make it in way like this, but I can understand how it work in Button component. import { _decorator, Component, Enum } from 'cc'; const { ccclass, property, executeInEditMode, type } = _decorator; enum Emitters { GLOBAL = 'global', LOCAL