-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGradientMesh.gproj
More file actions
69 lines (69 loc) · 3.79 KB
/
Copy pathGradientMesh.gproj
File metadata and controls
69 lines (69 loc) · 3.79 KB
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
<project>
<properties app_icon="" windowWidth="0" html5_mem="256" win_org="GiderosMobile" html5_crash="" touchToMouse="1" html5_fbinstant="0" splash_h_image="" osx_domain="giderosmobile.com" encryptAssets="0" windowHeight="0" splashScaleMode="0" html5_fbload="100" html5_host="" app_name="" winrt_package="com.yourdomain.yourapp" architecture="0" osx_bundle="com.yourdomain." scaleMode="0" fps="60" retinaDisplay="0" encryptCode="0" iosDevice="0" packageName="com.yourdomain.yourapp" build_number="1" html5_pack="0" html5_wasm="0" mainluaOnly="0" osx_category="5" winrt_org="GiderosMobile" tv_icon="" mouseTouchOrder="0" orientation="1" osx_signingId="" version="1.0" splash_v_image="" win_domain="giderosmobile.com" autorotation="0" osx_org="GiderosMobile" android_template="0" vsync="0" html5_symbols="0" osx_installerId="" mouseToTouch="1" logicalHeight="480" ios_bundle="com.yourdomain." version_code="1" logicalWidth="320" exportMode="0" backgroundColor="#ffffff" disableSplash="0">
<imageScales/>
<plugins/>
<exports/>
</properties>
<folder name="assets">
<folder name="fonts">
<file source="assets/fonts/Roboto-Regular.ttf"/>
</folder>
<folder name="images">
<folder name="landscapes">
<file source="assets/images/landscapes/jeremiah-berman-282409.png"/>
<file source="assets/images/landscapes/pexels-photo-89432.png"/>
</folder>
<folder name="legacy-faces">
<file source="assets/images/legacy-faces/ariel-lustre-208615.png"/>
<file source="assets/images/legacy-faces/peruvianModel_Maju_001.png"/>
</folder>
<folder name="splashes">
<file source="assets/images/splashes/splashWhite_001.png"/>
<file source="assets/images/splashes/splashWhite_002.png"/>
<file source="assets/images/splashes/splashWhite_003.png"/>
<file source="assets/images/splashes/splashWhite_004.png"/>
<file source="assets/images/splashes/splashWhite_005.png"/>
<file source="assets/images/splashes/splashWhite_006.png"/>
<file source="assets/images/splashes/splashWhite_007.png"/>
<file source="assets/images/splashes/splashWhite_008.png"/>
<file source="assets/images/splashes/splashWhite_009.png"/>
</folder>
</folder>
</folder>
<folder name="examples">
<file excludeFromExecution="1" source="examples/gradient_overlay.lua"/>
<file excludeFromExecution="1" source="examples/hexagon_portrait_texture_mask.lua"/>
<file excludeFromExecution="1" source="examples/radial_gradient_splash_masks.lua"/>
<file excludeFromExecution="1" source="examples/radial_shapes_hole_deform.lua"/>
<file excludeFromExecution="1" source="examples/texture_mask_rotated_mesh.lua"/>
</folder>
<folder name="fonts">
<file name="assets/fonts/Roboto-Regular.ttf"/>
</folder>
<folder name="images">
<folder name="landscapes">
<file name="assets/images/landscapes/jeremiah-berman-282409.png"/>
<file name="assets/images/landscapes/pexels-photo-89432.png"/>
</folder>
<folder name="legacy-faces">
<file name="assets/images/legacy-faces/ariel-lustre-208615.png"/>
<file name="assets/images/legacy-faces/peruvianModel_Maju_001.png"/>
</folder>
<folder name="splashes">
<file name="assets/images/splashes/splashWhite.psd"/>
<file name="assets/images/splashes/splashWhite_001.png"/>
<file name="assets/images/splashes/splashWhite_002.png"/>
<file name="assets/images/splashes/splashWhite_003.png"/>
<file name="assets/images/splashes/splashWhite_004.png"/>
<file name="assets/images/splashes/splashWhite_005.png"/>
<file name="assets/images/splashes/splashWhite_006.png"/>
<file name="assets/images/splashes/splashWhite_007.png"/>
<file name="assets/images/splashes/splashWhite_008.png"/>
<file name="assets/images/splashes/splashWhite_009.png"/>
</folder>
</folder>
<folder name="src">
<file source="src/gradient_mesh.lua"/>
</folder>
<file source="main.lua"/>
</project>