- Joined
- Feb 8, 2017
- Messages
- 67
- Reaction score
- 10
- First Language
- English
- Primarily Uses
- RMMV
Simple questions.
1. What is the X and Y layout of the screen coordinates? My initial assumption is that X is horizontal and Y vertical like it was when graphing something in school, but I've seen too many things that don't use that standard.
2. Where is the origin (0,0) located? Is it in the center, bottom left, or upper left?
3. Does the size of the screen change if you make the game window bigger (e.g. maximize it)
4. Are X and Y coordinates absolute to the screen, or are they relative to some object being referenced or does it vary?
1. What is the X and Y layout of the screen coordinates? My initial assumption is that X is horizontal and Y vertical like it was when graphing something in school, but I've seen too many things that don't use that standard.
2. Where is the origin (0,0) located? Is it in the center, bottom left, or upper left?
3. Does the size of the screen change if you make the game window bigger (e.g. maximize it)
4. Are X and Y coordinates absolute to the screen, or are they relative to some object being referenced or does it vary?
