Commit 4faa1e51 authored by 神楽坂玲奈's avatar 神楽坂玲奈

版本0.3.3

parent 23a0f2dc
......@@ -8,7 +8,7 @@ require 'rake/gempackagetask'
Windows = RUBY_PLATFORM["mingw"] || RUBY_PLATFORM["mswin"]
spec = Gem::Specification.new do |s|
s.name = 'mycard'
s.version = '0.3.2'
s.version = '0.3.3'
s.extra_rdoc_files = ['README.txt', 'LICENSE.txt']
s.summary = 'a card game'
s.description = s.summary
......
......@@ -6,7 +6,7 @@
#==============================================================================
require_relative 'window_gameselect'
require_relative 'window_login'
require 'game'
require_relative 'game'
class Scene_Login < Scene
Vocab_Logging = "Logging"
def start
......
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