-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.laya
53 lines (53 loc) · 1.97 KB
/
.laya
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
<project version="2.0">
<asynRes>img,temp,sound </asynRes>
<unDealRes>embed </unDealRes>
<resTypes>png,jpg </resTypes>
<resExportPath>bin/res/atlas </resExportPath>
<asynResExportPath>bin </asynResExportPath>
<codeExportPath>src/ui </codeExportPath>
<codeImports><![CDATA[import laya.ui.*;]]> </codeImports>
<codeImportsJS><![CDATA[var View=laya.ui.View;
var Dialog=laya.ui.Dialog;]]> </codeImportsJS>
<uiType>1 </uiType>
<uiExportPath>bin/ui.json </uiExportPath>
<boxTypes>Sprite,Box,List,Tab,RadioGroup,ViewStack,Panel,HBox,VBox,Tree </boxTypes>
<pageTypes>Scene,View,Dialog </pageTypes>
<shareResPath/>
<codeType>1 </codeType>
<resCanCompress/>
<resPublishQuality>80 </resPublishQuality>
<langPath/>
<defaultFont/>
<codeImportsTS><![CDATA[import View=Laya.View;
import Dialog=Laya.Dialog;
import Scene=Laya.Scene;]]> </codeImportsTS>
<textureWidth>2048 </textureWidth>
<textureHeight>2048 </textureHeight>
<picWidth>512 </picWidth>
<picHeight>512 </picHeight>
<power2>false </power2>
<trimempty>true </trimempty>
<startScene>mainView.scene </startScene>
<engineType>2D </engineType>
<scaleMode>fixedwidth </scaleMode>
<screenMode>none </screenMode>
<alignV>top </alignV>
<alignH>left </alignH>
<designWidth>720 </designWidth>
<designHeight>1280 </designHeight>
<codeViewExportPath>src/view </codeViewExportPath>
<picType>0 </picType>
<atlasType>1 </atlasType>
<atlasScale/>
<debugMode>false </debugMode>
<copyRes>true </copyRes>
<dataCompact>true </dataCompact>
<isRemoteProject>false </isRemoteProject>
<idePath/>
<ver>2.0 </ver>
<stat>false </stat>
<physicsDebug>false </physicsDebug>
<toJsonScene>true </toJsonScene>
<compressTexture>false </compressTexture>
<libProjectPath/>
</project>