sken130
sken130
This looks like a general issue in many levels, and so I suggest changing the title of this issue to "Some sprites moving right while they should be moving left,...
More instances found as I completed a 96-exit run.     ![Chocolate Island 5...
I don't agree closing this issue here. "Self-contained mini-applications" doesn't mean only single file is allowed. A local jar, with a path relative to the kts file, should also be...
Sorry I missed the KSCRIPT_LOCAL_JARS environment variables part. This should make things slightly easier.
Thank you. In addition, it'd be nice if we can support importing a whole local, relative directory of jars, with option to specify whether it's recursive. The jar loading order...
Thanks for the update. Also, I suggest mentioning the same thing in this wiki: https://github.com/oleg-shilo/cs-script/wiki/CS-Script---Command-Line-Interface
Turns out that I was only missing the -verbose switch
After some studying, I have found another solution: `//css_co -nullable:enable -warnaserror:nullable` assuming we use a compiler engine that supports it. (I do run `"C:\cs-script\netcore\cs-script.win.v4.4.7.0\css.exe" -config:set:DefaultCompilerEngine=csc` before running my C# script)...
`cscs.exe -engine:csc -co:/nullable:enable -co:/warnaserror:nullable "SomeScript.cs"` also works as intended.
Thanks for the update. Also, I suggest putting the same thing to this wiki: https://github.com/oleg-shilo/cs-script/wiki/Script-Syntax