square_speech_balloon 0.0.25 → 0.0.26

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module SquareSpeechBalloon
2
- VERSION = "0.0.25"
2
+ VERSION = "0.0.26"
3
3
  end
@@ -25,6 +25,10 @@ module SquareSpeechBalloon
25
25
 
26
26
  module BalloonModule
27
27
 
28
+ def parsed_settings
29
+ @parsed_settings ||= get_speech_balloon.speech_balloon_template.parsed_settings
30
+ end
31
+
28
32
  def supply_default
29
33
  s = self.parsed_settings['all']['balloon']
30
34
  self.x = 0
@@ -56,6 +60,10 @@ module SquareSpeechBalloon
56
60
 
57
61
  module SpeechModule
58
62
 
63
+ def parsed_settings
64
+ @parsed_settings ||= get_speech_balloon.speech_balloon_template.parsed_settings
65
+ end
66
+
59
67
  def supply_default
60
68
  s = self.parsed_settings['all']['speech']
61
69
  self.x = s['x_rate']
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.25
4
+ version: 0.0.26
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: