Browse Source

-Fixes to OpenSSL compilation (more)
-Fix bug in GDScript, now static functions can call static functions.

Juan Linietsky 11 years ago
parent
commit
0bb2cec776
1 changed files with 4 additions and 2 deletions
  1. 4 2
      2d/platformer/engine.cfg

+ 4 - 2
2d/platformer/engine.cfg

@@ -15,8 +15,6 @@ stretch_aspect="keep"
 
 [image_loader]
 
-;filter=false
-;gen_mipmaps=false
 repeat=false
 
 [input]
@@ -31,6 +29,10 @@ spawn=[key(F1), jbutton(0, 11)]
 
 default_gravity=700
 
+[rasterizer]
+
+use_pixel_snap=true
+
 [render]
 
 mipmap_policy=1