Blame view

ios/Runner/Wowgame/Resources/game_halloween/common/gconfig.gcf 5.7 KB
5daad4bc   xiaoyu   游戏源码添加编译(现存问题:游戏内...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
  {
  "game_type" : "space_invaders",
  "sounds_path" : "sounds/",
      "game_properties" : {
  	"levelTimeSeconds" : 50,
          "max_seconds_inactivity" : 30,
          "lives" : 3,
  	"max_items_at_a_time" : 16,
          "screen_padding" : 0,
  	"topYCutValue" : 250,
  	"itemPictureFilePaths" : [
  		"graphics/g_1.png",
  		"graphics/g_2.png",
  		"graphics/g_3.png",
  		"graphics/g_4.png",
  		"graphics/g_5.png",
  		"graphics/g_6.png",
  		"graphics/g_7.png",
  		"graphics/g_8.png",
          "graphics/g_9.png",
          "graphics/g_10.png",
          "graphics/g_11.png",
          "graphics/g_12.png",
          "graphics/g_13.png",
          "graphics/g_14.png",
          "graphics/g_15.png",
          "graphics/g_16.png"
  	],
  	"catchingCharacterRangeFrac" : 0.95,
  	"catchingCharacterGrabExtendPercent" : 20,
  	"catchingCharacterCatchStartXFrac" : 0.13,
  	"catchingCharacterCatchEndXFrac" : 0.5,
  	"catchingCharacterCatchTopYFrac" : 0.47,
  	"catchingCharacterCatchBottomYFrac" : 0.07,
  	"catchingCharacterFrontImagePath" : "graphics/g_maggie_front.png",
  	"catchingCharacterBottomImagePath" : "graphics/g_maggie_back.png",
  	"level_info" : [
  	{
      			"itemVelocity" : 150,
                  "sineMovementProbability" : 0,
                  "sineSum3MovementProbability" : 0,
                  "rotationProbability" : 0,
                  "sineMovementMaxAmp" : 0,
                  "bgMusicFilePath" : "bg_music/g_bg_level1.mp3",
                  "windParam" : 1,
                  "bgBackLayerFilePath" : "",
                  "bgFrontLayerFilePath" : ""
      		},
      		{
              			"itemVelocity" : 180,
                          "sineMovementProbability" : 0.1,
                          "sineSum3MovementProbability" : 0,
                          "rotationProbability" : 0,
                          "sineMovementMaxAmp" : 0.2,
                          "bgMusicFilePath" : "bg_music/g_bg_level1.mp3",
                          "windParam" : 1,
                          "bgBackLayerFilePath" : "",
                          "bgFrontLayerFilePath" : ""
              		},
              		{
                      			"itemVelocity" : 200,
                                  "sineMovementProbability" : 0.2,
                                  "sineSum3MovementProbability" : 0,
                                  "rotationProbability" : 0,
                                  "sineMovementMaxAmp" : 0.2,
                                  "bgMusicFilePath" : "bg_music/g_bg_level1.mp3",
                                  "windParam" : 1,
                                  "bgBackLayerFilePath" : "",
                                  "bgFrontLayerFilePath" : ""
                      		},
                      		{
                              			"itemVelocity" : 260,
                                          "sineMovementProbability" : 0.3,
                                          "sineSum3MovementProbability" : 0,
                                          "rotationProbability" : 0,
                                          "sineMovementMaxAmp" : 0.3,
                                          "bgMusicFilePath" : "bg_music/g_bg_level1.mp3",
                                          "windParam" : 1,
                                          "bgBackLayerFilePath" : "",
                                          "bgFrontLayerFilePath" : ""
                              		},
  		{
  			"itemVelocity" : 320,
              "sineMovementProbability" : 0.2,
              "sineSum3MovementProbability" : 0.2,
              "rotationProbability" : 0.1,
              "sineMovementMaxAmp" : 0.3,
              "bgMusicFilePath" : "bg_music/g_bg_level2.mp3",
              "windParam" : 1,
              "bgBackLayerFilePath" : "",
              "bgFrontLayerFilePath" : ""
  		},
  		{
              "itemVelocity" : 400,
              "sineMovementProbability" : 0.3,
              "sineSum3MovementProbability" : 0.3,
              "rotationProbability" : 0.2,
              "sineMovementMaxAmp" : 0.3,
              "windParam" : 1.5,
              "bgMusicFilePath" : "bg_music/g_bg_level3.mp3"
  		},
  		{
              "itemVelocity" : 500,
              "sineMovementProbability" : 0.4,
              "sineSum3MovementProbability" : 0.4,
              "rotationProbability" : 0.3,
              "sineMovementMaxAmp" : 0.5,
              "windParam" : 2,
              "bgMusicFilePath" : "bg_music/g_bg_level4.mp3"
  		},
  		{
              "itemVelocity" : 600,
              "sineMovementProbability" : 0.5,
              "sineSum3MovementProbability" : 0.5,
              "rotationProbability" : 0.4,
              "sineMovementMaxAmp" : 0.5,
              "windParam" : 2.5,
              "bgMusicFilePath" : "bg_music/g_bg_level5.mp3"
  		},
  		{
              "itemVelocity" : 700,
              "sineMovementProbability" : 0.4,
              "sineSum3MovementProbability" : 0.6,
              "rotationProbability" : 0.5,
              "sineMovementMaxAmp" : 0.8,
              "windParam" : 3,
              "bgMusicFilePath" : "bg_music/g_bg_level6.mp3"
          },
          {
              "itemVelocity" : 800,
              "sineMovementProbability" : 0.2,
              "sineSum3MovementProbability" : 0.8,
              "rotationProbability" : 0.6,
              "sineMovementMaxAmp" : 0.8,
              "windParam" : 3,
              "bgMusicFilePath" : "bg_music/g_bg_level6.mp3"
          },
          {
              "itemVelocity" : 900,
              "sineMovementProbability" : 0,
              "sineSum3MovementProbability" : 1,
              "rotationProbability" : 0.7,
              "sineMovementMaxAmp" : 1,
              "windParam" : 3,
              "bgMusicFilePath" : "bg_music/g_bg_level6.mp3"
          },
          {
              "itemVelocity" : 1000,
              "sineMovementProbability" : 0,
              "sineSum3MovementProbability" : 1,
              "rotationProbability" : 0.8,
              "sineMovementMaxAmp" : 1,
              "windParam" : 3,
              "bgMusicFilePath" : "bg_music/g_bg_level6.mp3"
          }
  	]
      }
  }