Gui / Objects interractions

Hello,

After a lot of “things” (yes, THINGS !), I’m returning to my project and decided to restart it (I keep my older code for ref, of course. I remember the pain to set the camera on my 2D map…).

I read the update posts, but I didn’t see anything about that, then I put a question :

The biggest problem for me was the impossibility to gui.* on object scripts, and to go.* on GUI scripts, which made me use an intricate message system and/or global variables (to be sure the two systems where in sync and acted on the SAME stuff)

I remember Devs said they would collate the go/gui at some point, but I was far from coding for 8 months, and I don’t know : Is there some change in the way GUI and GO scripts can communicate ?

Thank you.

The project, for those interested : A “moo-like” game :
https://github.com/Vampiloup/syzygie?tab=readme-ov-file

Nothing’s changed with respect to this in the past 8 months!

1 Like

Thanks. And aww…