Closed Shum88 closed 1 year ago
if gameover == false
display = "分數(Score) = $score"
else
display = "GAME OVER! Final Score = $score"
#play again instructions
replay = TextActor("Click to play Again, 點擊...再玩", sDspFont; font_size = 26, color = Int[0, 0, 0, 255])
replay.pos = (135, 390)
draw(replay)
end
duplicate of #66. Closed by #68
Following Aviks suggestion as above ...
Chinese Characters can be shown correctly