Commit efef3ba3 authored by zh99998's avatar zh99998

版本0.4.3

parent 21f382e2
......@@ -24,7 +24,7 @@ end
spec = Gem::Specification.new do |s|
s.name = 'mycard'
s.version = '0.4.2'
s.version = '0.4.3'
s.extra_rdoc_files = ['README.txt', 'LICENSE.txt']
s.summary = 'a card game'
s.description = s.summary
......
......@@ -9,7 +9,7 @@ class Window_Login < Window
super(x,y,597,338)
@username_inputbox = Widget_InputBox.new(@x+192, @y+80, 165, WLH) do |key|
case key
when :TAB, :ENTER
when :TAB
@password_inputbox.clicked
false
when :ESC
......
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