Commit 92f4aa66 authored by 神楽坂玲奈's avatar 神楽坂玲奈

修正拼写错误一枚

parent 8c92e3ec
...@@ -9,7 +9,7 @@ class Window_RoomChat < Window ...@@ -9,7 +9,7 @@ class Window_RoomChat < Window
def initialize(x, y, width, height) def initialize(x, y, width, height)
super(x,y,width,height-WLH) super(x,y,width,height-WLH)
@chat_input = Widget_InputBox.new(@x,@y+@height,@width,WLH){|text| @chat_input = Widget_InputBox.new(@x,@y+@height,@width,WLH){|text|
$game.actaction = Action::Chat.new(true, text) $game.action = Action::Chat.new(true, text)
action.from_player = :me action.from_player = :me
$scene.action action $scene.action action
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment