badspacebar / sdk

6 stars 3 forks source link

What am I doing wrong? #10

Closed 69sinisterblade69 closed 1 year ago

69sinisterblade69 commented 1 year ago

image In champion script I added this callback (as is in documentation) but it doesn't seem to work. Any ideas how to fix it?

I also tried adding it to resources in header.lua but it didn't seem to make a difference. image

69sinisterblade69 commented 1 year ago

Just found out what was wrong, documentation. In every instance (examples and definition itself) it says that draw_sprite uses vec3, but in reality it uses vec2.