Explorar o código

Update README.md

Petro Romanovych %!s(int64=5) %!d(string=hai) anos
pai
achega
c6cd042657
Modificáronse 1 ficheiros con 2 adicións e 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();