KOBUGE-Games / jetpaca

Game about the rocket alpaca (KOBUGE continuation fork)
MIT License
58 stars 16 forks source link

Use_2D_Pixel_Snap doesn't Work on Non-Uniformly Resized Game Window #19

Open ScotFlux opened 8 years ago

ScotFlux commented 8 years ago

I'm not sure if this is Jetpaca bug or Godot's.

=> Happened : When we resized game window non-uniformly (width and height ratio un-keeped), use_2d_pixel_snap didn't work. It worked when width and height ratio keeped.

=> Expected : I guess "use_2d_pixel_snap" should work even if width and/or height of the game window resized.