소스 검색

Update README.md

Petro Romanovych 5 년 전
부모
커밋
c6cd042657
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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();