Anthony Diamond
Anthony Diamond
**This is by design, however, it is a long time oversight for the compiler.** Monkey 1 uses file names as module identifiers, and since modules can't have spaces in their...
As an example, take this program that prints 10 numbers: ``` Function Main() Print("Numbers:") DebugStop() For Local i:= 0 Until 10 Print(i) Next Print("Done.") End ``` If you execute that...
This was confirmed to be a rendering error, rather than a core problem. The particular configuration referenced previously is fixed, as well as its opposite configuration. With that said, however,...
Something I should mention is that horizontal hit-detection doesn't seem to be working for spikes. As a side note, issue #19 showed a similar problem to the graphical issues here,...
Apparently this does work when jumping, but only when jumping.
It seems this also works while rolling, for the record. It's probably just the common state that's screwed up.
Similar things can be said about the keyboard input, although that has its own issues.