벌써 3번째 질문(xp)

by Mr.kim posted Jul 04, 2005
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄
OTL....xp에서 게임 열심히 만들고 보니 글씨가 깨지더군요
어떤님이 이 스크립트에서

  def initialize(x, y, width, height)
    super()
    @windowskin_name = $game_system.windowskin_name
    self.windowskin = RPG::Cache.windowskin(@windowskin_name)
    self.x = x
    self.y = y
    self.width = width
    self.height = height
    self.z = 100
# ★================================================== ☆
    Font.default_size = 20
    Font.default_name = ["굴림체","굴림체"]
# ☆================================================== ★
  end

저 [굴림체, 굴림체] 부분 수정하라고 하는데 어떻게 하는지...
대략 OTL....답변좀

Articles

1 2 3 4 5 6 7 8 9 10