imjp94 / gd-YAFSM

Yet Another Finite State Machine for godot
MIT License
534 stars 25 forks source link

[Enhansment] Add YAFSM prefix to all classes. #58

Open RonYanDaik opened 1 year ago

RonYanDaik commented 1 year ago

Having classes like State and etc can be misleading and hard to distinguish it from another classes with same name(which are common).

imjp94 commented 1 year ago

Yeah, agree. This can be easily fixed by removing the class name

imjp94 commented 1 year ago

It seems Godot 4.0 editor only recognize custom resource through class_name. Will keep it this way for now, hope fully namespace will be supported soon, see https://github.com/godotengine/godot-proposals/issues/1566