Browse Source

Update wip - spiderVSman.c

Rudy Boudewijn van Etten 5 năm trước cách đây
mục cha
commit
2ecfed7dbb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      games/wip - spiderVSman.c

+ 1 - 1
games/wip - spiderVSman.c

@@ -122,7 +122,7 @@ int main(void)
     const int screenHeight = 450;
     const int screenHeight = 450;
 
 
     InitWindow(screenWidth, screenHeight, "raylib example.");
     InitWindow(screenWidth, screenHeight, "raylib example.");
-    ToggleFullscreen();
+    //ToggleFullscreen();
     mapWidth = 20;
     mapWidth = 20;
     mapHeight = 10;
     mapHeight = 10;
     tileWidth = (float)screenWidth/mapWidth;
     tileWidth = (float)screenWidth/mapWidth;