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

No longer seeing text output from print? #4

Closed
gingerbeardman opened this issue Sep 16, 2015 · 2 comments
Closed

No longer seeing text output from print? #4

gingerbeardman opened this issue Sep 16, 2015 · 2 comments

Comments

@gingerbeardman
Copy link
Contributor

function _init()
end

function _update()
end

function _draw()
  cls()
  --color(6)
  print("can you see this?")
end

It seems that color is being set to black somehow?

you can see this if you uncomment the color(7) command. this does not work if color is _init or _update

@gingerbeardman
Copy link
Contributor Author

fixed in #5

@ftsf
Copy link
Collaborator

ftsf commented Sep 24, 2015

thanks!

@ftsf ftsf closed this as completed Sep 24, 2015
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

2 participants