Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(542)

Side by Side Diff: dart/samples/third_party/pop-pop-win/resource/transparent_static_textures.tps

Issue 64033002: Version 0.8.10.8 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <data version="1.0">
3 <struct type="Settings">
4 <key>variation</key>
5 <string>main</string>
6 <key>verbose</key>
7 <false/>
8 <key>autoSDSettings</key>
9 <array/>
10 <key>allowRotation</key>
11 <false/>
12 <key>quiet</key>
13 <false/>
14 <key>premultiplyAlpha</key>
15 <false/>
16 <key>shapeDebug</key>
17 <false/>
18 <key>dpi</key>
19 <uint>72</uint>
20 <key>allowFreeSize</key>
21 <true/>
22 <key>dataFormat</key>
23 <string>json</string>
24 <key>textureFileName</key>
25 <filename>transparent_static_textures.png</filename>
26 <key>flipPVR</key>
27 <false/>
28 <key>ditherType</key>
29 <enum type="SettingsBase::DitherType">NearestNeighbour</enum>
30 <key>backgroundColor</key>
31 <uint>0</uint>
32 <key>libGdx</key>
33 <struct type="LibGDX">
34 <key>filtering</key>
35 <struct type="LibGDXFiltering">
36 <key>x</key>
37 <enum type="LibGDXFiltering::Filtering">Linear</enum>
38 <key>y</key>
39 <enum type="LibGDXFiltering::Filtering">Linear</enum>
40 </struct>
41 </struct>
42 <key>shapePadding</key>
43 <uint>0</uint>
44 <key>jpgQuality</key>
45 <uint>80</uint>
46 <key>pngOptimizationLevel</key>
47 <uint>0</uint>
48 <key>textureSubPath</key>
49 <string></string>
50 <key>textureFormat</key>
51 <enum type="SettingsBase::TextureFormat">png</enum>
52 <key>borderPadding</key>
53 <uint>0</uint>
54 <key>maxTextureSize</key>
55 <QSize>
56 <key>width</key>
57 <int>2048</int>
58 <key>height</key>
59 <int>2048</int>
60 </QSize>
61 <key>fixedTextureSize</key>
62 <QSize>
63 <key>width</key>
64 <int>-1</int>
65 <key>height</key>
66 <int>-1</int>
67 </QSize>
68 <key>reduceBorderArtifacts</key>
69 <true/>
70 <key>algorithmSettings</key>
71 <struct type="AlgorithmSettings">
72 <key>algorithm</key>
73 <enum type="AlgorithmSettings::AlgorithmId">MaxRects</enum>
74 <key>freeSizeMode</key>
75 <enum type="AlgorithmSettings::AlgorithmFreeSizeMode">Best</enum>
76 <key>maxRects</key>
77 <struct type="AlgorithmMaxRectsSettings">
78 <key>heuristic</key>
79 <enum type="AlgorithmMaxRectsSettings::Heuristic">Best</enum>
80 </struct>
81 <key>basic</key>
82 <struct type="AlgorithmBasicSettings">
83 <key>sortBy</key>
84 <enum type="AlgorithmBasicSettings::SortBy">Best</enum>
85 <key>order</key>
86 <enum type="AlgorithmBasicSettings::Order">Ascending</enum>
87 </struct>
88 </struct>
89 <key>andEngine</key>
90 <struct type="AndEngine">
91 <key>minFilter</key>
92 <enum type="AndEngine::MinFilter">Linear</enum>
93 <key>packageName</key>
94 <string>Texture</string>
95 <key>javaFileName</key>
96 <filename>transparent_static_textures.java</filename>
97 <key>wrap</key>
98 <struct type="AndEngineWrap">
99 <key>s</key>
100 <enum type="AndEngineWrap::Wrap">Clamp</enum>
101 <key>t</key>
102 <enum type="AndEngineWrap::Wrap">Clamp</enum>
103 </struct>
104 <key>magFilter</key>
105 <enum type="AndEngine::MagFilter">MagLinear</enum>
106 </struct>
107 <key>dataFileName</key>
108 <filename>transparent_static_textures.json</filename>
109 <key>mainExtension</key>
110 <string></string>
111 <key>forceIdenticalLayout</key>
112 <false/>
113 <key>outputFormat</key>
114 <enum type="SettingsBase::OutputFormat">RGBA8888</enum>
115 <key>autoAliasEnabled</key>
116 <true/>
117 <key>trimSpriteNames</key>
118 <false/>
119 <key>globalSpriteSettings</key>
120 <struct type="SpriteSettings">
121 <key>scale</key>
122 <double>1</double>
123 <key>scaleMode</key>
124 <enum type="ScaleMode">Smooth</enum>
125 <key>crop</key>
126 <true/>
127 <key>innerPadding</key>
128 <uint>0</uint>
129 <key>extrude</key>
130 <uint>0</uint>
131 <key>trimThreshold</key>
132 <uint>1</uint>
133 <key>trim</key>
134 <false/>
135 <key>heuristicMask</key>
136 <false/>
137 </struct>
138 <key>fileList</key>
139 <array>
140 <filename>sprites/loading_background.png</filename>
141 <filename>sprites/loading_bar.png</filename>
142 <filename>sprites/loading_text.png</filename>
143 <filename>sprites/logo_win.png</filename>
144 <filename>sprites/button_new_game_clicked.png</filename>
145 <filename>sprites/button_new_game.png</filename>
146 </array>
147 <key>ignoreFileList</key>
148 <array/>
149 <key>replaceList</key>
150 <array/>
151 <key>commonDivisorX</key>
152 <uint>1</uint>
153 <key>commonDivisorY</key>
154 <uint>1</uint>
155 </struct>
156 </data>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698