square_speech_balloon 0.0.33 → 0.0.34

Sign up to get free protection for your applications and to get access to all the features.
@@ -36,9 +36,6 @@ module SquareSpeechBalloon
36
36
  self.width = self.parsed_settings['speech_balloon']['default_width']
37
37
  self.height = self.parsed_settings['speech_balloon']['default_height']
38
38
  self.r = 0
39
- self.font_size = self.parsed_settings['speech_balloon']['default_font_size']
40
- self.text_align = self.parsed_settings['speech_balloon']['default_text_align']
41
- self.fore_color = self.parsed_settings['speech_balloon']['default_fore_color']
42
39
  end
43
40
 
44
41
  def extend_balloon
@@ -74,6 +71,9 @@ module SquareSpeechBalloon
74
71
  self.width = s['width_rate']
75
72
  self.height = s['height_rate']
76
73
  self.quotes = ''
74
+ self.font_size = self.parsed_settings['speech_balloon']['default_font_size']
75
+ self.text_align = self.parsed_settings['speech_balloon']['default_text_align']
76
+ self.fore_color = self.parsed_settings['speech_balloon']['default_fore_color']
77
77
  end
78
78
 
79
79
  def extend_speech
@@ -1,3 +1,3 @@
1
1
  module SquareSpeechBalloon
2
- VERSION = "0.0.33"
2
+ VERSION = "0.0.34"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: square_speech_balloon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.33
4
+ version: 0.0.34
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: