ruby-miyako-mswin32 2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README +1115 -0
- data/img/cursor.png +0 -0
- data/img/cursors.png +0 -0
- data/img/dice.png +0 -0
- data/img/wait_cursor.png +0 -0
- data/img/win_base.png +0 -0
- data/img/window.png +0 -0
- data/install_miyako.rb +87 -0
- data/lib/Miyako/API/audio.rb +584 -0
- data/lib/Miyako/API/basic_data.rb +1026 -0
- data/lib/Miyako/API/bitmap.rb +534 -0
- data/lib/Miyako/API/choices.rb +481 -0
- data/lib/Miyako/API/collision.rb +638 -0
- data/lib/Miyako/API/diagram.rb +586 -0
- data/lib/Miyako/API/drawing.rb +151 -0
- data/lib/Miyako/API/exceptions.rb +105 -0
- data/lib/Miyako/API/fixedmap.rb +462 -0
- data/lib/Miyako/API/font.rb +430 -0
- data/lib/Miyako/API/input.rb +456 -0
- data/lib/Miyako/API/layout.rb +644 -0
- data/lib/Miyako/API/map.rb +583 -0
- data/lib/Miyako/API/map_event.rb +222 -0
- data/lib/Miyako/API/modules.rb +357 -0
- data/lib/Miyako/API/movie.rb +166 -0
- data/lib/Miyako/API/parts.rb +188 -0
- data/lib/Miyako/API/plane.rb +205 -0
- data/lib/Miyako/API/screen.rb +341 -0
- data/lib/Miyako/API/shape.rb +443 -0
- data/lib/Miyako/API/sprite.rb +773 -0
- data/lib/Miyako/API/sprite_animation.rb +494 -0
- data/lib/Miyako/API/sprite_list.rb +1135 -0
- data/lib/Miyako/API/spriteunit.rb +168 -0
- data/lib/Miyako/API/story.rb +350 -0
- data/lib/Miyako/API/textbox.rb +773 -0
- data/lib/Miyako/API/utility.rb +419 -0
- data/lib/Miyako/API/viewport.rb +190 -0
- data/lib/Miyako/API/yuki.rb +1180 -0
- data/lib/Miyako/EXT/miyako_cairo.rb +62 -0
- data/lib/Miyako/EXT/raster_scroll.rb +138 -0
- data/lib/Miyako/EXT/slides.rb +157 -0
- data/lib/Miyako/miyako.rb +201 -0
- data/lib/Miyako/miyako_no_katana.so +0 -0
- data/lib/Miyako/miyako_require_only.rb +35 -0
- data/logo/EGSR_logo.png +0 -0
- data/logo/EGSR_logo_bg.png +0 -0
- data/logo/EGSR_logo_fg.png +0 -0
- data/logo/EGSR_title_banner.png +0 -0
- data/logo/EGSR_title_logo.png +0 -0
- data/logo/miyako.png +0 -0
- data/logo/miyako_banner.png +0 -0
- data/logo/space.png +0 -0
- data/sample/Animation1/m1ku.rb +68 -0
- data/sample/Animation1/m1ku_arm_0.png +0 -0
- data/sample/Animation1/m1ku_arm_1.png +0 -0
- data/sample/Animation1/m1ku_arm_2.png +0 -0
- data/sample/Animation1/m1ku_arm_3.png +0 -0
- data/sample/Animation1/m1ku_back.jpg +0 -0
- data/sample/Animation1/m1ku_body.png +0 -0
- data/sample/Animation1/m1ku_eye_0.png +0 -0
- data/sample/Animation1/m1ku_eye_1.png +0 -0
- data/sample/Animation1/m1ku_eye_2.png +0 -0
- data/sample/Animation1/m1ku_eye_3.png +0 -0
- data/sample/Animation1/m1ku_hair_front.png +0 -0
- data/sample/Animation1/m1ku_hair_rear.png +0 -0
- data/sample/Animation1/readme.txt +72 -0
- data/sample/Animation2/lex.rb +96 -0
- data/sample/Animation2/lex_back.png +0 -0
- data/sample/Animation2/lex_body.png +0 -0
- data/sample/Animation2/lex_roadroller.png +0 -0
- data/sample/Animation2/lex_wheel_0.png +0 -0
- data/sample/Animation2/lex_wheel_1.png +0 -0
- data/sample/Animation2/lex_wheel_2.png +0 -0
- data/sample/Animation2/readme.txt +72 -0
- data/sample/Animation2/song_title.png +0 -0
- data/sample/Diagram_sample/back.png +0 -0
- data/sample/Diagram_sample/chr01.png +0 -0
- data/sample/Diagram_sample/chr02.png +0 -0
- data/sample/Diagram_sample/cursor.png +0 -0
- data/sample/Diagram_sample/diagram_sample_yuki2.rb +329 -0
- data/sample/Diagram_sample/readme.txt +90 -0
- data/sample/Diagram_sample/wait_cursor.png +0 -0
- data/sample/Room3/blue.rb +297 -0
- data/sample/Room3/ending.rb +180 -0
- data/sample/Room3/green.rb +220 -0
- data/sample/Room3/image/akamatsu.png +0 -0
- data/sample/Room3/image/aoyama.png +0 -0
- data/sample/Room3/image/congra.png +0 -0
- data/sample/Room3/image/congratulation.png +0 -0
- data/sample/Room3/image/congratulation_bg.png +0 -0
- data/sample/Room3/image/cursor.png +0 -0
- data/sample/Room3/image/midori.png +0 -0
- data/sample/Room3/image/mittsu_no_oheya.png +0 -0
- data/sample/Room3/image/mittsu_no_oheya_logo.png +0 -0
- data/sample/Room3/image/room_blue.png +0 -0
- data/sample/Room3/image/room_green.png +0 -0
- data/sample/Room3/image/room_red.png +0 -0
- data/sample/Room3/image/start.png +0 -0
- data/sample/Room3/image/three_doors.png +0 -0
- data/sample/Room3/image/wait_cursor.png +0 -0
- data/sample/Room3/main.rb +120 -0
- data/sample/Room3/main_component.rb +59 -0
- data/sample/Room3/readme.txt +76 -0
- data/sample/Room3/red.rb +227 -0
- data/sample/Room3/room3.rb +25 -0
- data/sample/Room3/title.rb +184 -0
- data/sample/ball_action_sample.rb +204 -0
- data/sample/blit_rop.rb +70 -0
- data/sample/cairo_sample.rb +25 -0
- data/sample/circle_collision_test.rb +66 -0
- data/sample/collision_test.rb +33 -0
- data/sample/collision_test2.rb +108 -0
- data/sample/fixed_map_test/cursor.png +0 -0
- data/sample/fixed_map_test/fixed_map_sample.rb +140 -0
- data/sample/fixed_map_test/map.csv +19 -0
- data/sample/fixed_map_test/map_01.png +0 -0
- data/sample/fixed_map_test/mapchip.csv +23 -0
- data/sample/fixed_map_test/monster.png +0 -0
- data/sample/fixed_map_test/readme.txt +72 -0
- data/sample/map_test/chara.rb +58 -0
- data/sample/map_test/chr1.png +0 -0
- data/sample/map_test/cursor.png +0 -0
- data/sample/map_test/main_parts.rb +69 -0
- data/sample/map_test/main_scene.rb +153 -0
- data/sample/map_test/map.png +0 -0
- data/sample/map_test/map2.png +0 -0
- data/sample/map_test/map_layer.csv +127 -0
- data/sample/map_test/map_manager.rb +75 -0
- data/sample/map_test/map_test.rb +23 -0
- data/sample/map_test/mapchip.csv +21 -0
- data/sample/map_test/oasis.rb +71 -0
- data/sample/map_test/readme.txt +89 -0
- data/sample/map_test/route.rb +157 -0
- data/sample/map_test/sea.png +0 -0
- data/sample/map_test/town.rb +74 -0
- data/sample/map_test/wait_cursor.png +0 -0
- data/sample/map_test/window.png +0 -0
- data/sample/polygon_test.rb +35 -0
- data/sample/rasterscroll.rb +25 -0
- data/sample/takahashi.rb +42 -0
- data/sample/text.png +0 -0
- data/sample/textbox_sample.rb +190 -0
- data/sample/transform.rb +54 -0
- data/sample/utility_test.rb +73 -0
- data/sample/utility_test2.rb +61 -0
- data/sample/utility_test3.rb +64 -0
- data/sample/utility_test4.rb +73 -0
- data/uninstall_miyako.rb +19 -0
- metadata +199 -0
@@ -0,0 +1,153 @@
|
|
1
|
+
# -*- encoding: utf-8 -*-
|
2
|
+
class MainScene
|
3
|
+
include Story::Scene
|
4
|
+
|
5
|
+
def init
|
6
|
+
@cnt = 0
|
7
|
+
@amt = 4
|
8
|
+
@a = [0,0]
|
9
|
+
@d = [0,1]
|
10
|
+
|
11
|
+
@map = MapManager.new
|
12
|
+
@executing_flags = Array.new(@map.events[0].length){|n| false}
|
13
|
+
|
14
|
+
# キャラクタの初期位置を指定([10,10]に位置)
|
15
|
+
@chr = PChara.new("./chr1.png")
|
16
|
+
@chr.position.move!(@chr.size[0]*10, @chr.size[1]*10)
|
17
|
+
|
18
|
+
# マップの表示開始位置を移動させる
|
19
|
+
# キャラクタのグラフィックを真ん中に表示させるため、マージン分移動させる
|
20
|
+
@map.move!(*@chr.margin)
|
21
|
+
# マップの実座標を設定する
|
22
|
+
@map.move!(*@chr.position)
|
23
|
+
|
24
|
+
@parts = CommonParts.instance
|
25
|
+
#Yukiの初期化
|
26
|
+
@yuki = Yuki.new
|
27
|
+
@yuki.select_textbox(@parts.box[:box])
|
28
|
+
@yuki.select_commandbox(@parts.cbox[:box])
|
29
|
+
end
|
30
|
+
|
31
|
+
def setup
|
32
|
+
@map.start
|
33
|
+
@chr.start
|
34
|
+
@parts.start
|
35
|
+
end
|
36
|
+
|
37
|
+
def update
|
38
|
+
return nil if Input.quit_or_escape?
|
39
|
+
|
40
|
+
@parts.update_animation
|
41
|
+
@map.update
|
42
|
+
@chr.update
|
43
|
+
|
44
|
+
# 移動量が残っているときは移動を優先
|
45
|
+
if @cnt > 0
|
46
|
+
# 移動後のマップの実座標を計算
|
47
|
+
@map.move!(*@a)
|
48
|
+
@cnt = @cnt - @amt
|
49
|
+
elsif @yuki.executing?
|
50
|
+
@yuki.update
|
51
|
+
elsif @executing_flags.none?
|
52
|
+
if Input.pushed_any?(:btn1) || Input.click?(:left)
|
53
|
+
#1ボタンを押したとき、キャラの立ち位置が、イベントの位置にに重なっていればマップイベントを実行、
|
54
|
+
#外れていれば、コマンドウィンドウを開く
|
55
|
+
event_flags = @map.events[0].map{|e| e.met?(collision: @chr.collision, pos: @chr.position)}
|
56
|
+
if event_flags.none?
|
57
|
+
#標準のコマンドを表示
|
58
|
+
@yuki.vars[:now] = @now
|
59
|
+
@yuki.vars[:talk] = talk
|
60
|
+
@yuki.vars[:check] = check
|
61
|
+
@yuki.start_plot(command_plot)
|
62
|
+
else
|
63
|
+
#キャラの立ち位置が重なっているイベントを起動
|
64
|
+
@map.events[0].zip(event_flags){|ef| ef[0].start(@parts) if ef[1]}
|
65
|
+
end
|
66
|
+
elsif Input::trigger_any?(:down, :up, :left, :right)
|
67
|
+
# 0:down 1:left 2:right 3:up
|
68
|
+
@d = Input::trigger_amount
|
69
|
+
@d[1] = 0 if @d[0] != 0 && @d[1] != 0 # 移動を横方向優先に
|
70
|
+
#キャラクタの向きを変更
|
71
|
+
@chr.turn(@d)
|
72
|
+
#動けるかどうか判定
|
73
|
+
#(現在の位置から移動したときに、そこが移動可能なマップチップかどうか判別する)
|
74
|
+
if @map[0].can_access?(0, :in, @chr.position, @d[0]*@chr.size.w, @d[1]*@chr.size.h)
|
75
|
+
#移動可能なら、移動量を設定する
|
76
|
+
@a = @d.map{|d| d * @amt}
|
77
|
+
@chr.position.move!(@d[0]*@map[0].mapchip.chip_size.w, @d[1]*@map[0].mapchip.chip_size.h)
|
78
|
+
#1フレームごとに一定ピクセル移動する(移動中は操作不可)
|
79
|
+
@cnt = @d[0] != 0 ? @map[0].mapchip.chip_size.w : @map[0].mapchip.chip_size.h
|
80
|
+
end
|
81
|
+
end
|
82
|
+
end
|
83
|
+
|
84
|
+
# イベントの終了チェック
|
85
|
+
@map.events[0].zip(@executing_flags){|ef|
|
86
|
+
if ef[1]
|
87
|
+
# 2ボタンを押したときにイベントを中止する
|
88
|
+
if Input.pushed_any?(:btn2)
|
89
|
+
ef[0].stop
|
90
|
+
else
|
91
|
+
ef[0].update(nil, nil, nil)
|
92
|
+
end
|
93
|
+
end
|
94
|
+
}
|
95
|
+
@executing_flags = @map.events[0].map{|e| e.executing? }
|
96
|
+
|
97
|
+
#コマンド選択の結果、イベントが実行されたときは、結果として@nowを返す
|
98
|
+
return @now unless @yuki.is_scene?(@yuki.result)
|
99
|
+
return @yuki.result || @now
|
100
|
+
end
|
101
|
+
|
102
|
+
def render
|
103
|
+
@map.render
|
104
|
+
@map.render_event
|
105
|
+
@chr.render
|
106
|
+
@map.render_event_box
|
107
|
+
if @yuki.executing?
|
108
|
+
@parts.box.render
|
109
|
+
@parts.cbox.render if @yuki.selecting?
|
110
|
+
end
|
111
|
+
end
|
112
|
+
|
113
|
+
def command_plot
|
114
|
+
yuki_plot do
|
115
|
+
command([Yuki::Command.new("話す", "話す", nil, vars[:talk]),
|
116
|
+
Yuki::Command.new("調べる", "調べる", nil, vars[:check])], vars[:now])
|
117
|
+
call_plot(select_result) if is_scenario?(select_result)
|
118
|
+
vars[:now]
|
119
|
+
end
|
120
|
+
end
|
121
|
+
#コマンドウィンドウの「調べる」を選んだときの処理
|
122
|
+
def check
|
123
|
+
yuki_plot do
|
124
|
+
text "あなたは、足下を調べた。"
|
125
|
+
pause
|
126
|
+
text "しかし、何も無かった。"
|
127
|
+
pause
|
128
|
+
clear
|
129
|
+
end
|
130
|
+
end
|
131
|
+
|
132
|
+
#コマンドウィンドウの「話す」を選んだときの処理
|
133
|
+
def talk
|
134
|
+
yuki_plot do
|
135
|
+
text "話をしようとしたが"
|
136
|
+
cr
|
137
|
+
text "あなたの周りには誰もいない。"
|
138
|
+
pause
|
139
|
+
clear
|
140
|
+
end
|
141
|
+
end
|
142
|
+
|
143
|
+
def final
|
144
|
+
@parts.stop
|
145
|
+
@map.stop
|
146
|
+
@chr.stop
|
147
|
+
end
|
148
|
+
|
149
|
+
def dispose
|
150
|
+
@map.dispose
|
151
|
+
@chr.dispose
|
152
|
+
end
|
153
|
+
end
|
Binary file
|
Binary file
|
@@ -0,0 +1,127 @@
|
|
1
|
+
"Miyako Maplayer",1.5
|
2
|
+
40,40
|
3
|
+
3
|
4
|
+
<0>
|
5
|
+
3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3
|
6
|
+
3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3
|
7
|
+
3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3
|
8
|
+
3,3,3,3,3,3,3,3,3,3,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3
|
9
|
+
3,3,3,3,3,3,3,3,3,3,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3
|
10
|
+
3,3,3,3,3,3,3,3,3,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3
|
11
|
+
3,3,3,3,3,3,3,3,3,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3
|
12
|
+
3,3,3,3,3,3,3,3,3,1,1,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3
|
13
|
+
3,3,3,3,3,3,3,3,3,1,1,3,3,3,3,3,3,3,3,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3
|
14
|
+
3,3,3,3,3,3,3,3,1,1,1,3,3,3,3,3,3,3,1,1,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3,3,3,3,3
|
15
|
+
3,3,3,3,3,3,3,3,1,1,1,3,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3,3,3,3
|
16
|
+
3,3,3,3,3,3,3,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3,3,3
|
17
|
+
3,3,3,3,3,3,3,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3,3,3
|
18
|
+
3,3,3,3,3,3,3,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3,3,3
|
19
|
+
3,3,3,3,3,3,3,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3,3
|
20
|
+
3,3,3,3,3,3,3,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3
|
21
|
+
3,3,3,3,3,3,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3
|
22
|
+
3,3,3,3,3,3,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3
|
23
|
+
3,3,3,3,3,3,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3
|
24
|
+
3,3,3,3,3,3,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3
|
25
|
+
3,3,3,3,3,3,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3
|
26
|
+
3,3,3,3,3,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3
|
27
|
+
3,3,3,3,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3
|
28
|
+
3,3,3,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3
|
29
|
+
3,3,3,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,3,3,1,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3,3
|
30
|
+
3,3,3,1,1,1,1,1,1,1,1,1,3,1,1,1,1,1,3,3,3,3,3,3,3,3,1,1,1,3,3,3,3,3,3,3,3,3,3,3
|
31
|
+
3,3,3,1,1,1,2,2,2,2,1,1,1,3,3,3,3,3,3,3,3,3,3,3,3,3,1,1,3,3,3,3,3,3,3,3,3,3,3,3
|
32
|
+
3,3,1,1,1,2,2,2,2,2,2,1,1,3,3,3,3,3,3,3,3,3,3,3,3,3,3,1,3,3,3,3,3,3,3,3,3,3,3,3
|
33
|
+
3,3,1,1,1,2,2,2,2,2,2,1,1,3,3,3,3,3,3,3,3,3,3,3,3,3,3,1,3,3,3,3,3,3,3,3,3,3,3,3
|
34
|
+
3,3,1,1,2,2,2,2,2,2,2,1,1,1,3,3,3,3,3,3,3,3,3,3,3,3,3,1,3,3,3,3,3,3,3,3,3,3,3,3
|
35
|
+
3,3,1,1,2,2,2,2,2,2,2,2,1,1,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3
|
36
|
+
3,3,1,1,2,2,2,2,2,2,2,2,1,1,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3
|
37
|
+
3,3,1,1,2,2,2,2,2,2,2,2,1,1,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3
|
38
|
+
3,3,1,1,2,2,2,2,2,2,2,2,1,1,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3
|
39
|
+
3,3,1,1,2,2,2,2,2,2,2,2,1,1,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3
|
40
|
+
3,3,1,1,1,2,2,2,2,2,2,1,1,1,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3
|
41
|
+
3,3,3,1,1,1,2,2,2,2,1,1,1,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3
|
42
|
+
3,3,3,3,1,1,1,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3
|
43
|
+
3,3,3,3,1,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3
|
44
|
+
3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3
|
45
|
+
<1>
|
46
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
47
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
48
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
49
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
50
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
51
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
52
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
53
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
54
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
55
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
56
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
57
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
58
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
59
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
60
|
+
-1,-1,-1,-1,-1,-1,-1,-1,5,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
61
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
62
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
63
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
64
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,5,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
65
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
66
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,4,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
67
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,4,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
68
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,4,4,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
69
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,4,4,4,4,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
70
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,4,4,4,4,4,4,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
71
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,4,4,4,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
72
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,4,4,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
73
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,4,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
74
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,4,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
75
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
76
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
77
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
78
|
+
-1,-1,-1,-1,-1,-1,-1,-1,6,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
79
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
80
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
81
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
82
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
83
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
84
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
85
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
86
|
+
<event>
|
87
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
88
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
89
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
90
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
91
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
92
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
93
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
94
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
95
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,3,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
96
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
97
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
98
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
99
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
100
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,16,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
101
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,7,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
102
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
103
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
104
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,16,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
105
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
106
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
107
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
108
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,8,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
109
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
110
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
111
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
112
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
113
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
114
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
115
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
116
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
117
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
118
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
119
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
120
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
121
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
122
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
123
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
124
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
125
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
126
|
+
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
|
127
|
+
"end"
|
@@ -0,0 +1,75 @@
|
|
1
|
+
# -*- encoding: utf-8 -*-
|
2
|
+
#�}�b�v�Ǘ��N���X
|
3
|
+
class MapManager
|
4
|
+
extend Forwardable
|
5
|
+
|
6
|
+
attr_reader :mapchip
|
7
|
+
|
8
|
+
def initialize
|
9
|
+
@moving = false
|
10
|
+
|
11
|
+
#�}�b�v�`�b�v�C���X�^���X�̍쐬
|
12
|
+
@mapchip = MapChipFactory.load("./mapchip.csv")
|
13
|
+
|
14
|
+
#�C�x���g��o�^
|
15
|
+
em = MapEventManager.new
|
16
|
+
em.add(3, EventRouteMarker).
|
17
|
+
add(7, EventRouteMarker2).
|
18
|
+
add(8, EventTown).
|
19
|
+
add(16, EventOasis)
|
20
|
+
|
21
|
+
#�}�b�v�̍쐬
|
22
|
+
@map = Map.new(@mapchip, "./map_layer.csv", em)
|
23
|
+
|
24
|
+
#�C�̃}�b�v�`�b�v��g���A�j���[�V��������摜�ɒu������
|
25
|
+
@sp = Sprite.new(:file=>"sea.png", :type=>:as)
|
26
|
+
@sp.oh = @sp.w
|
27
|
+
@ar = SpriteAnimation.new(:sprite=>@sp, :wait=>0.4)
|
28
|
+
@map.set_mapchip_base(0, 3, @ar)
|
29
|
+
end
|
30
|
+
|
31
|
+
def move!(dx, dy)
|
32
|
+
@map.move!(dx, dy)
|
33
|
+
@map.events[0].each{|e| e.move!(dx, dy) }
|
34
|
+
end
|
35
|
+
|
36
|
+
def move_to!(x, y)
|
37
|
+
@map.events[0].each{|e| e.move!(x-@map.pos.x, y-@map.pos.y) }
|
38
|
+
@map.move_to!(x, y)
|
39
|
+
end
|
40
|
+
|
41
|
+
def start
|
42
|
+
@ar.start
|
43
|
+
end
|
44
|
+
|
45
|
+
def update
|
46
|
+
@ar.update_animation
|
47
|
+
@map.events[0].each{|e| e.update(@map, @map.events, nil) }
|
48
|
+
end
|
49
|
+
|
50
|
+
def render
|
51
|
+
@map.render
|
52
|
+
end
|
53
|
+
|
54
|
+
def render_event
|
55
|
+
@map.events[0].each{|e| e.render }
|
56
|
+
end
|
57
|
+
|
58
|
+
def render_event_box
|
59
|
+
@map.events[0].each{|e| e.render_box }
|
60
|
+
end
|
61
|
+
|
62
|
+
def stop
|
63
|
+
@ar.stop
|
64
|
+
end
|
65
|
+
|
66
|
+
def dispose
|
67
|
+
@map.dispose
|
68
|
+
@ar.dispose
|
69
|
+
@sp.dispose
|
70
|
+
end
|
71
|
+
|
72
|
+
def_delegators(:@map, :w, :h, :get_code, :get_code_real, :margin, :mapchips, :[])
|
73
|
+
def_delegators(:@map, :collision?, :meet?, :cover?, :events)
|
74
|
+
def_delegators(:@mapchip, :collision_table, :access_table)
|
75
|
+
end
|
@@ -0,0 +1,23 @@
|
|
1
|
+
# -*- encoding: utf-8 -*-
|
2
|
+
#! /usr/bin/ruby
|
3
|
+
# map_test
|
4
|
+
|
5
|
+
require 'singleton'
|
6
|
+
|
7
|
+
require 'Miyako/miyako'
|
8
|
+
|
9
|
+
include Miyako
|
10
|
+
|
11
|
+
Screen.fps = 60
|
12
|
+
#Screen.fps_view = true
|
13
|
+
|
14
|
+
require 'main_parts'
|
15
|
+
require 'chara'
|
16
|
+
require 'map_manager'
|
17
|
+
require 'route'
|
18
|
+
require 'oasis'
|
19
|
+
require 'town'
|
20
|
+
require 'main_scene'
|
21
|
+
|
22
|
+
mt = Story.new
|
23
|
+
mt.run(MainScene)
|
@@ -0,0 +1,21 @@
|
|
1
|
+
"Miyako Mapchip", 1.5
|
2
|
+
"map.png"
|
3
|
+
32,32
|
4
|
+
1
|
5
|
+
0,0,32,32
|
6
|
+
0,0,32,32
|
7
|
+
0,0,32,32
|
8
|
+
0,0,32,32
|
9
|
+
0,0,32,32
|
10
|
+
0,0,32,32
|
11
|
+
0,0,32,32
|
12
|
+
0,0,32,32
|
13
|
+
1,-1,1,-1,-1,1,-1,1
|
14
|
+
1,-1,1,-1,-1,1,-1,1
|
15
|
+
1,-1,1,-1,-1,1,-1,1
|
16
|
+
0, 0,0, 0, 0,0, 0,0
|
17
|
+
1,-1,1,-1,-1,1,-1,1
|
18
|
+
1,-1,1,-1,-1,1,-1,1
|
19
|
+
1,-1,1,-1,-1,1,-1,1
|
20
|
+
1,-1,1,-1,-1,1,-1,1
|
21
|
+
"end"
|
@@ -0,0 +1,71 @@
|
|
1
|
+
# -*- encoding: utf-8 -*-
|
2
|
+
#オアシスを表すイベントクラス
|
3
|
+
class EventOasis
|
4
|
+
include MapEvent
|
5
|
+
|
6
|
+
attr_reader :margin
|
7
|
+
|
8
|
+
def init(map, x, y)
|
9
|
+
# イベント用チップを取得
|
10
|
+
@spr = Sprite.new({:filename => "map2.png", :type => :color_key})
|
11
|
+
@spr.oy = @spr.ow = @spr.oh = 32
|
12
|
+
@spr.move_to!(x, y)
|
13
|
+
@coll = Collision.new([0, 0, @spr.ow, @spr.oh])
|
14
|
+
@pos = Point.new(x, y)
|
15
|
+
@margin = Size.new(0, 0)
|
16
|
+
@parts = CommonParts.instance
|
17
|
+
@yuki = Yuki.new
|
18
|
+
@yuki.select_textbox(@parts.box[:box])
|
19
|
+
end
|
20
|
+
|
21
|
+
# キャラの立ち位置とイベントの位置が重なり合っているかの判別
|
22
|
+
def met?(param = nil)
|
23
|
+
return @coll.collision?(@pos, param[:collision], param[:pos])
|
24
|
+
end
|
25
|
+
|
26
|
+
# イベントの実行
|
27
|
+
def start(param = nil)
|
28
|
+
@yuki.start_plot(plot)
|
29
|
+
end
|
30
|
+
|
31
|
+
def executing?
|
32
|
+
@yuki.executing?
|
33
|
+
end
|
34
|
+
|
35
|
+
def plot
|
36
|
+
yuki_plot do
|
37
|
+
text " ここは"
|
38
|
+
color(:cyan){"オアシス"}
|
39
|
+
text "のようだ。\n しかし、普通は砂漠にあるはずなのに・・・。"
|
40
|
+
pause
|
41
|
+
clear
|
42
|
+
end
|
43
|
+
end
|
44
|
+
|
45
|
+
def move!(dx, dy)
|
46
|
+
@spr.move!(-dx, -dy)
|
47
|
+
end
|
48
|
+
|
49
|
+
def move_to!(x, y)
|
50
|
+
@spr.move_to!(x, y)
|
51
|
+
end
|
52
|
+
|
53
|
+
def update(map_obj, events, params)
|
54
|
+
if @yuki.executing?
|
55
|
+
@yuki.update
|
56
|
+
@parts.box.update_animation
|
57
|
+
end
|
58
|
+
end
|
59
|
+
|
60
|
+
# イベントキャラクタの描画
|
61
|
+
def render
|
62
|
+
@spr.move!(-@margin.w, -@margin.h)
|
63
|
+
@spr.render
|
64
|
+
@spr.move!(@margin.w, @margin.h)
|
65
|
+
end
|
66
|
+
|
67
|
+
#(Yuki起動時)メッセージボックスの表示
|
68
|
+
def render_box
|
69
|
+
@parts.box.render if @yuki.executing?
|
70
|
+
end
|
71
|
+
end
|
@@ -0,0 +1,89 @@
|
|
1
|
+
*******************************************************************************
|
2
|
+
【 作者名 】 サイロス誠
|
3
|
+
【 ソフト名 】 Miyako v2.0サンプル(マップ移動)
|
4
|
+
【 バージョン 】 2.0
|
5
|
+
【 作成日 】 2009/04/12
|
6
|
+
【 種別 】 フリーウェア
|
7
|
+
【 開発言語 】 Ruby 1.9.1-p0
|
8
|
+
【 ランタイム 】 Miyako v2.0
|
9
|
+
【 対応機種 】 Windows 2000/XP/Vista、Linux
|
10
|
+
【 再配布 】 修正BSDライセンスによる
|
11
|
+
【 転載 】 修正BSDライセンスによる
|
12
|
+
【ホームページ】 http://www.twin.ne.jp/~cyross/Miyako/
|
13
|
+
【 連絡先 】 cyross@po.twin.ne.jp
|
14
|
+
*******************************************************************************
|
15
|
+
|
16
|
+
・概要
|
17
|
+
|
18
|
+
このプログラムは、Miyako v2.0以降に対応する、Miyakoサンプルプログラムです。
|
19
|
+
フィールドマップ上を移動します。
|
20
|
+
ボタンを押すことで、道しるべ、街などに対するメッセージが表示されたり、
|
21
|
+
コマンドが表示されるようになっています。
|
22
|
+
|
23
|
+
・Miyakoについて
|
24
|
+
|
25
|
+
Miyakoに関しては、以下のURLを参考にしてください。
|
26
|
+
(メインサイト)
|
27
|
+
http://www.twin.ne.jp/~cyross/Miyako/
|
28
|
+
(Wiki)
|
29
|
+
http://wiki.fdiary.net/MiyakoDevSrc/
|
30
|
+
|
31
|
+
Miyako(Ruby、Ruby/SDL含む)のインストールに関しましては、
|
32
|
+
上記URLを辿って得られるアーカイブされたMiyakoライブラリを
|
33
|
+
展開すると、readme.txtが得られますので、そちらをご参照下さい。
|
34
|
+
|
35
|
+
本サンプルでは、MiyakoがWindows上で動作することを前提にしています。
|
36
|
+
(インストールしたRuby実行環境がActiveRubyであることも前提に
|
37
|
+
しています)
|
38
|
+
|
39
|
+
・起動方法
|
40
|
+
|
41
|
+
エクスプローラーを開き、本サンプルのフォルダ内で、「map_test.rb」を
|
42
|
+
ダブルクリックします。
|
43
|
+
もしくは、コマンドライン上で動かす場合は、本サンプルのディレクトリに
|
44
|
+
移動して、以下のコマンドを入力します。
|
45
|
+
|
46
|
+
ruby map_test.rb
|
47
|
+
|
48
|
+
・免責事項
|
49
|
+
|
50
|
+
本サンプルは無保証です。もし本サンプルを使用することによる不具合・トラブル
|
51
|
+
が起こったとしても、いかなるトラブルに対する責任を負わないことをご了承下さい。
|
52
|
+
|
53
|
+
本サンプルは、修正BSDライセンスに基づいた転載・再配布を許可します。
|
54
|
+
|
55
|
+
・修正履歴
|
56
|
+
|
57
|
+
(2.0)
|
58
|
+
・2.0に対応
|
59
|
+
(1.0.1)
|
60
|
+
・移動キーを押したときに、横方向を優先するように修正
|
61
|
+
・斜め方向を押したときに、キャラクタが消える不具合を修正
|
62
|
+
・コリジョンをMapManagerクラスに移動(マップ実座標の存在を強調)
|
63
|
+
・スクリプトを複数ファイルに分割
|
64
|
+
(1.0.2)
|
65
|
+
・1.5RC3に対応
|
66
|
+
|
67
|
+
・BSDライセンス文
|
68
|
+
|
69
|
+
Copyright (c) 2008, Cyross Makoto
|
70
|
+
|
71
|
+
All rights reserved.
|
72
|
+
|
73
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
74
|
+
|
75
|
+
・Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
76
|
+
・Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
77
|
+
・Neither the name of the Cyross Makoto nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
|
78
|
+
|
79
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
80
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
81
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
82
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
|
83
|
+
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
84
|
+
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
85
|
+
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
86
|
+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
87
|
+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
88
|
+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
89
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|