PuzzleSDK
testResource.h
浏览该文件的文档.
1/****************************************************************************
2 Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd.
3
4 http://www.cocos2d-x.org
5
6 Permission is hereby granted, free of charge, to any person obtaining a copy
7 of this software and associated documentation files (the "Software"), to deal
8 in the Software without restriction, including without limitation the rights
9 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10 copies of the Software, and to permit persons to whom the Software is
11 furnished to do so, subject to the following conditions:
12
13 The above copyright notice and this permission notice shall be included in
14 all copies or substantial portions of the Software.
15
16 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22 THE SOFTWARE.
23 ****************************************************************************/
24
25#ifndef _TEST_RESOURCE_H_
26#define _TEST_RESOURCE_H_
27
28static const char s_pathGrossini[] = "Images/grossini.png";
29static const char s_pathSister1[] = "Images/grossinis_sister1.png";
30static const char s_pathSister2[] = "Images/grossinis_sister2.png";
31static const char s_pathB1[] = "Images/b1.png";
32static const char s_pathB2[] = "Images/b2.png";
33static const char s_pathR1[] = "Images/r1.png";
34static const char s_pathR2[] = "Images/r2.png";
35static const char s_pathF1[] = "Images/f1.png";
36static const char s_pathF2[] = "Images/f2.png";
37static const char s_pathBlock[] = "Images/blocks.png";
38static const char s_back[] = "Images/background.png";
39static const char s_back1[] = "Images/background1.png";
40static const char s_back2[] = "Images/background2.png";
41static const char s_back3[] = "Images/background3.png";
42static const char s_stars1[] = "Images/stars.png";
43static const char s_stars2[] = "Images/stars2.png";
44static const char s_fire[] = "Images/fire.png";
45static const char s_snow[] = "Images/snow.png";
46static const char s_streak[] = "Images/streak.png";
47static const char s_PlayNormal[] = "Images/btn-play-normal.png";
48static const char s_PlaySelect[] = "Images/btn-play-selected.png";
49static const char s_AboutNormal[] = "Images/btn-about-normal.png";
50static const char s_AboutSelect[] = "Images/btn-about-selected.png";
51static const char s_HighNormal[] = "Images/btn-highscores-normal.png";
52static const char s_HighSelect[] = "Images/btn-highscores-selected.png";
53static const char s_Ball[] = "Images/ball.png";
54static const char s_Paddle[] = "Images/paddle.png";
55static const char s_pathClose[] = "Images/close.png";
56static const char s_MenuItem[] = "Images/menuitemsprite.png";
57static const char s_SendScore[] = "Images/SendScoreButton.png";
58static const char s_PressSendScore[] = "Images/SendScoreButtonPressed.png";
59static const char s_Power[] = "Images/powered.png";
60static const char s_AtlasTest[] = "Images/atlastest.png";
61
62// tilemaps resource
63static const char s_TilesPng[] = "TileMaps/tiles.png";
64static const char s_LevelMapTga[] = "TileMaps/levelmap.tga";
65
66// Scale9Sprite resource
67static const char s_s9s_blocks9[] = "Images/blocks9ss.png";
68static const char s_s9s_blocks9_plist[] = "Images/blocks9ss.plist";
69static const char s_s9s_ui[] = "Images/ui.png";
70static const char s_s9s_ui_plist[] = "Images/ui.plist";
71
72#endif
static const char s_TilesPng[]
Definition: testResource.h:63
static const char s_HighNormal[]
Definition: testResource.h:51
static const char s_Paddle[]
Definition: testResource.h:54
static const char s_pathClose[]
Definition: testResource.h:55
static const char s_LevelMapTga[]
Definition: testResource.h:64
static const char s_fire[]
Definition: testResource.h:44
static const char s_PressSendScore[]
Definition: testResource.h:58
static const char s_back1[]
Definition: testResource.h:39
static const char s_pathSister1[]
Definition: testResource.h:29
static const char s_Ball[]
Definition: testResource.h:53
static const char s_streak[]
Definition: testResource.h:46
static const char s_PlaySelect[]
Definition: testResource.h:48
static const char s_back3[]
Definition: testResource.h:41
static const char s_stars1[]
Definition: testResource.h:42
static const char s_AtlasTest[]
Definition: testResource.h:60
static const char s_pathB2[]
Definition: testResource.h:32
static const char s_pathSister2[]
Definition: testResource.h:30
static const char s_PlayNormal[]
Definition: testResource.h:47
static const char s_pathB1[]
Definition: testResource.h:31
static const char s_back[]
Definition: testResource.h:38
static const char s_Power[]
Definition: testResource.h:59
static const char s_stars2[]
Definition: testResource.h:43
static const char s_AboutNormal[]
Definition: testResource.h:49
static const char s_MenuItem[]
Definition: testResource.h:56
static const char s_s9s_ui_plist[]
Definition: testResource.h:70
static const char s_pathBlock[]
Definition: testResource.h:37
static const char s_pathF1[]
Definition: testResource.h:35
static const char s_pathR1[]
Definition: testResource.h:33
static const char s_s9s_ui[]
Definition: testResource.h:69
static const char s_snow[]
Definition: testResource.h:45
static const char s_HighSelect[]
Definition: testResource.h:52
static const char s_back2[]
Definition: testResource.h:40
static const char s_pathR2[]
Definition: testResource.h:34
static const char s_s9s_blocks9[]
Definition: testResource.h:67
static const char s_s9s_blocks9_plist[]
Definition: testResource.h:68
static const char s_AboutSelect[]
Definition: testResource.h:50
static const char s_pathGrossini[]
Definition: testResource.h:28
static const char s_pathF2[]
Definition: testResource.h:36
static const char s_SendScore[]
Definition: testResource.h:57