Questions tagged [topdown]

Top-down games, also sometimes referred to as bird's-eye view, Overworld, Godview, overhead view or helicopter view, when used refers to a camera angle that shows the player and the area around them from above.

126 questions
-1
votes
1 answer

Regarding top down approach soap web service wsimport tool issue wsimport not found in jdk bin folder so please fix this issue

My wsimport is not available in jdk bin folder C:\program Files\jdk11.0.1\binnot there. Please help me until WSDL done but wsimport; if O\I use in command line tool it gives not recognized so help me to fix this issue
-1
votes
1 answer

How do you shoot bullets at Mouses position

I recently started developing my very first top down 2d game. My problem is not knowing exactly how to get the bullet to go where the mouse is facing at the time of the activation of the bullet. I have a face mouse function as seen here void…
c0d3d
  • 13
  • 2
-1
votes
2 answers

Tutorial for Topdown 3D

Well, i'm looking for a good guide to program Topdown 3D in C++. Where i can find a good one? Thanks.
Kazuma
  • 1,371
  • 6
  • 19
  • 33
-1
votes
1 answer

How to make Top-Down Racing game background move in opposite direction of car

i am making a top down car racing game as project (i'm new to python) and i want to know how to make the track (that i have made a background) move, so that when the user's car is moving, the track is essentially moving in the opposite direction so…
Y2J
  • 45
  • 5
-1
votes
1 answer

Keeping a picturebox within the borders of the form

Hi so i'm making this top down shooter using c# in visual studios and for some reason i can't stop the picture box from moving out of the borders, right now what happens is that if i place the picture box on the bottom right hand corner then it…
-1
votes
1 answer

Center the Top Down Camera on 65 Degrees

I am devoloping a TopDown-Shooter with Unity. The camera to follow the player got its transform position: 0,20,0 rotation: 65,0,0 The camera is using this simple follow command: private void Update() { transform.position = new…
Garzec
  • 69
  • 1
  • 1
  • 11
1 2 3
8
9