derkork / godot-statecharts

A state charts extension for Godot 4
MIT License
734 stars 35 forks source link

fix: miscapitalization #77

Closed alitnk closed 6 months ago

alitnk commented 6 months ago

Hey, I'm not sure if this is intended but on the first glance it looks wrong.

derkork commented 6 months ago

This was actually intentional so Enter and exiT would be more visually distinct, but this has been reported more than one time so I'm starting to think this is just confusing.

alitnk commented 6 months ago

Fair enough! Maybe we can take advantage of emojis here. e.g. 🟢 Enter & 🔴 Exit

derkork commented 6 months ago

Yup this actually looks nice: image

alitnk commented 6 months ago

Awesome! I see you've made the change so I'll just close the PR.