Commit 8f49dcd4 authored by 神楽坂玲奈's avatar 神楽坂玲奈

版本0.3.7

parent 110cdb52
...@@ -8,7 +8,7 @@ require 'rake/gempackagetask' ...@@ -8,7 +8,7 @@ require 'rake/gempackagetask'
Windows = RUBY_PLATFORM["mingw"] || RUBY_PLATFORM["mswin"] Windows = RUBY_PLATFORM["mingw"] || RUBY_PLATFORM["mswin"]
spec = Gem::Specification.new do |s| spec = Gem::Specification.new do |s|
s.name = 'mycard' s.name = 'mycard'
s.version = '0.3.6' s.version = '0.3.7'
s.extra_rdoc_files = ['README.txt', 'LICENSE.txt'] s.extra_rdoc_files = ['README.txt', 'LICENSE.txt']
s.summary = 'a card game' s.summary = 'a card game'
s.description = s.summary s.description = s.summary
......
#encoding: UTF-8 #encoding: UTF-8
require 'scene_watch' require_relative 'scene_watch'
class Scene_Replay < Scene_Watch class Scene_Replay < Scene_Watch
def initialize(replay) def initialize(replay)
@replay = replay @replay = replay
......
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