-
Notifications
You must be signed in to change notification settings - Fork 2
/
RogueLike.iml
55 lines (54 loc) · 2.02 KB
/
RogueLike.iml
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
<?xml version="1.0" encoding="UTF-8"?>
<module type="HAXE_MODULE" version="4">
<component name="HaxeModuleSettingsStorage">
<option name="buildConfig" value="3" />
<option name="flexSdkName" value="flex_4.6" />
<option name="openFLTarget" value="Neko" />
<option name="outputFolder" value="$MODULE_DIR$/export" />
</component>
<component name="NewModuleRootManager" inherit-compiler-output="false">
<output url="file://$MODULE_DIR$/export" />
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/source" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/assets" isTestSource="false" />
</content>
<orderEntry type="jdk" jdkName="Haxe 3.1.3" jdkType="Haxe toolkit" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library">
<library name="haxelib|/usr/lib/haxe/lib/openfl/3,0,0-beta,3">
<CLASSES>
<root url="file:///usr/lib/haxe/lib/openfl/3,0,0-beta,3" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="file:///usr/lib/haxe/lib/openfl/3,0,0-beta,3" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="haxelib|/usr/lib/haxe/lib/flixel/3,3,8">
<CLASSES>
<root url="file:///usr/lib/haxe/lib/flixel/3,3,8" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="file:///usr/lib/haxe/lib/flixel/3,3,8" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="haxelib|/usr/lib/haxe/lib/lime/2,3,0">
<CLASSES>
<root url="file:///usr/lib/haxe/lib/lime/2,3,0" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="file:///usr/lib/haxe/lib/lime/2,3,0" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="library" name="1,1,0" level="project" />
<orderEntry type="library" name="3,3,8" level="project" />
</component>
</module>