Replies: 1 comment
-
p={
x=200,
y=200,
dir=1
} You're trying to draw at position 200x200, but TIC resolution is only 240x136, you're just drawing it outside of the screen |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was trying to make a brick breaker game without a tutorial because I thought I understood the api and lua well enough
apparently not.
The sprite I want to put on the screen isn't showing up and the console isn't saying anything. Do keep in mind I am new so this may be incredibly obvious.
Here's the code:
Beta Was this translation helpful? Give feedback.
All reactions