Im making a multiplayer rpg with a massive map because of the size of the map the camera goes to the av. loc of all players after that I tried to make the cam zoom out using @kiwiphoenix364’s zoom addon but that just zooms in
plz help
Im making a multiplayer rpg with a massive map because of the size of the map the camera goes to the av. loc of all players after that I tried to make the cam zoom out using @kiwiphoenix364’s zoom addon but that just zooms in
plz help
Can you zoom in by a negative ammount? Just guessing because i havent messed around with that extension yet.
Post the game here and I’ll try to help
ok here it is
Here ya go, I fixed it but it’s pretty hard to see
Press the menu button
thanks =)
you can’t, the width and height are both constants, so you cannot change them at all unless you edit the numbers. You could use the zoom extension tho
You can change the screen size ya know kust use this code namespace userconfig { export const ARCADE_SCREEN_WIDTH = 160 export const ARCADE_SCREEN_HEIGHT = 120 } and change the numbers accordingly. it cant be changed though once it is set in you can’t assign a variable and change it later on. btw this code is in java
oh ok,like set the constant to smth large and zoom in using the zoom extension
yeah, that should work
K thx