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

Make colon escapable #940

Open
genderfreak opened this issue Apr 2, 2025 · 0 comments
Open

Make colon escapable #940

genderfreak opened this issue Apr 2, 2025 · 0 comments

Comments

@genderfreak
Copy link

I'm working on a Godot project which uses external function calls. Currently, I'm trying to pass a path to a scene through an EXTERNAL function. Unfortunately, Godot's filesystem uses res:// to denote internal files, and the colon causes the compiler to think it is leaving the execution section for conditional text. The colon is currently not escapeable by using a backslash, and it should be for functionality sake.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant