changeset 3262:4ba442397a59

sea ckgame.rb¹¹¿·
author OOTANI Hiroyuki <c115036@g.koeki-u.ac.jp>
date Wed, 20 Jul 2016 11:43:38 +0900
parents c1790029f4a2
children aa86f958bd73
files event/oasis2016/sea/ckgame.rb
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/event/oasis2016/sea/ckgame.rb	Wed Jul 20 11:34:12 2016 +0900
+++ b/event/oasis2016/sea/ckgame.rb	Wed Jul 20 11:43:38 2016 +0900
@@ -68,11 +68,11 @@
     boat = ""; boat2 = ""; boat3 = "";
     info[id]["bingo"].keys.each do |f|
       if /ã‹ã‚‚ã‚/ =~ f
-        boat = '<img src="boat-0.png" width="450px" height="151px">'
+        boat = '<img src="boat-0.png" width="150px" height="150px">'
       elsif /ã¨ã³ã†ãŠ/ =~ f
-        boat2 = '<img src="boat-1.png" width="450px" height="147px">'
+        boat2 = '<img src="boat-1.png" width="150px" height="150px">'
       elsif /ã²ã¨ã§/ =~ f
-        boat3 = '<img src="boat-2.png" width="450px" height="152px">'
+        boat3 = '<img src="boat-2.png" width="150px" height="150px">'
       end
     end
   end

yatex.org