Explorar el Código

Update README.md

Petro Romanovych hace 5 años
padre
commit
c6cd042657
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -19,8 +19,8 @@ void main()
 	while (!WindowShouldClose())
 	{
 		BeginDrawing();
-		ClearBackground(Color(255, 200, 200, 200));
-		DrawText("Hello, World!", 400, 300, 28, Color(0, 0, 0, 255));
+		ClearBackground(RAYWHITE);
+		DrawText(BLACK);
 		EndDrawing();
 	}
 	CloseWindow();