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

Add SPWN language #1121

Merged
merged 1 commit into from
Apr 1, 2024
Merged

Add SPWN language #1121

merged 1 commit into from
Apr 1, 2024

Conversation

Banaanae
Copy link
Contributor

@Banaanae Banaanae commented Apr 1, 2024

Adds SPWN support
Pretty niche language, but useful to add for people who use it (like me)

@@ -185,7 +185,8 @@
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"sml": "cd $dir && sml $fileName",
"mojo": "mojo run",
"erlang": "escript"
"erlang": "escript",
"spwn": "spwn build"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems that it needs to add a -c?
image

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image
It fails without -c because it can't find your Geometry dash save file

image

@formulahendry formulahendry merged commit 5d623bd into formulahendry:master Apr 1, 2024
3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants