moonbench / simple-godot-train

2D Train/railroad demo
https://moonbench.xyz/projects/2d-train-godot-3/
MIT License
100 stars 12 forks source link

Signals? #4

Open Violet-Scarelli opened 7 months ago

Violet-Scarelli commented 7 months ago

Any chance we could get a native implementation of signals/chain signals?

moonbench commented 7 months ago

I'd support that idea. Honestly, it sounds like a lot of fun!

Hm, I think it'd be required to first implement multiple trains being able to exist on the same rail network (I've never really tested that with this project). Then there would need to be some sort of concept of "blocks" of track, and the ability to determine if there's a train within a block. Then signals could probably be added to have effects :thinking: