<img src="https://godotdevelopers.org/forum/resources/emoji/lol.png" alt="D" height="20"> Hi folks, I'm new in the community and I wanna share you this little crashing bug.<br /><br />I define a constant to store the possible points of view that a player can have, like this:<br />
const POV = {<br />R = 0,<br />U = 1,<br />L = 2,<br />D = 3<br />}
<br />But when I start with the R (or whatever), it displays the sugestions and if I press some key like backspace it crashes.<br /><br />hope you can see the image:<br /><img src="http://imgur.com/a/28i8e" alt="28i8e"><br />