Tagged Questions
0
votes
2answers
36 views
Can't show an object in a tapped coordinate
So hi, I have a problem. I want to show an object (Texture2D) in an area tapped by user. This is my fields :
List<Texture2D> list = new List<Texture2D>();
List<Vector2> list2 = new ...
0
votes
1answer
71 views
Where to put input detector?
So below is the usual XNA Game Component override method. If I want to add a touch input detector (lets say, I want to draw a rectangle under touched screen area), where do I put it and how? Googled ...
0
votes
1answer
60 views
Why spritebatch.Draw shows blank output? [closed]
In my code below, I think it's correctly done. But idk, the image called by _bg is does not shown up. The screen only show White. Weirdly, there is 0 error message when I run it.
(The RenderTarget2D ...