Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

매개변수로 신호기 현시 수 조절 기능 #25

Closed
kiwitreekor opened this issue Sep 18, 2021 · 3 comments
Closed

매개변수로 신호기 현시 수 조절 기능 #25

kiwitreekor opened this issue Sep 18, 2021 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@kiwitreekor
Copy link
Member

3현시(R,Y,G), 4현시(R,Y,YG,G), 5현시(R,YY,Y,YG,G) 중 선택할 수 있는 옵션이 있으면 좋을 것 같습니다.

@telk5093
Copy link
Member

telk5093 commented Sep 19, 2021

괜찮은 생각이기는 한데 신호기 마다 3현시만 있는 게 있고 4현시가 존재하는 신호기가 있어서 그래픽 스프라이트가 구현되기 전까지는 어렵습니다.
또, 해당 현시 수를 switch 블록으로 조정할 수 있는지도 확인해야 합니다.

@telk5093 telk5093 added enhancement New feature or request help wanted Extra attention is needed labels Sep 19, 2021
@EightonEight
Copy link
Member

EightonEight commented Sep 20, 2021

다현시 신호기를 지원하는 것만 제작하였습니다.
개인적으로는 현시 수를 신호기마다 따로 조절하는 것이 괜찮을 것 같네요.


폐색 신호기

block 3 nonreal
block.3.nonreal

block 3 real
block.3.real

block 5 nonreal
block.5.nonreal

block 5 real
block.5.real


단방향 경로 신호기

oneway_path 3 nonreal
oneway_path.3.nonreal

oneway_path 3 real
oneway_path.3.real

oneway_path 4 nonreal
oneway_path.4.nonreal

oneway_path 4 real
oneway_path.4.real


경로 신호기

path 3 nonreal
path.3.nonreal

path 3 real
path.3.real

path 4 nonreal
path.4.nonreal

path 4 real
path.4.real

@telk5093
Copy link
Member

telk5093 commented Jun 8, 2024

개인적으로는 현시 수를 신호기마다 따로 조절하는 것이 괜찮을 것 같네요.

That's too complicate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants