Graphics seemingly not working

  • goglesq
    14th Aug 2021 Member 0 Permalink

    Since my last project failed, I'm working on a new one that uses graphics, but when I make calls to fillRect or drawCircle it doesn't draw it..

  • LBPHacker
    14th Aug 2021 Developer 0 Permalink
    Element graphics functions are supposed to determine what elements look like. You can't use gfx functions in them.
  • goglesq
    14th Aug 2021 Member 0 Permalink

    It doesn't draw deco?

  • LBPHacker
    14th Aug 2021 Developer 0 Permalink
    If by deco you mean what a particle looks like, then no, they don't. fillRect and drawCircle have nothing to do with what a particle looks like.
    Edited 2 times by LBPHacker. Last: 14th Aug 2021
  • goglesq
    14th Aug 2021 Member 0 Permalink

    How would I draw deco using Lua?

  • LBPHacker
    14th Aug 2021 Developer 0 Permalink
    Again, I have to assume that by deco you mean what a particle looks like. It's the values you return from graphics functions that determine this. See this page on how graphics functions work.
  • goglesq
    16th Aug 2021 Member 0 Permalink

    Thank you