Skip to content

Commit 6a3539d

Browse files
committed
OpenFL samples: minor file system reorganization
1 parent 1cc5dec commit 6a3539d

File tree

13 files changed

+8
-8
lines changed

13 files changed

+8
-8
lines changed
File renamed without changes.

samples/openfl/GTweenColorAdjust/project.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<window background="#000000" allow-high-dpi="true" fps="60"/>
66
<window fps="0" if="html5"/>
77

8-
<source path="."/>
8+
<source path="src"/>
99

1010
<haxelib name="openfl"/>
1111
<haxelib name="gtween"/>
1212

13-
<assets path="bitmap.png"/>
13+
<assets path="assets/bitmap.png"/>
1414
</project>

samples/openfl/GTweenColorAdjust/GTweenColorAdjust.hx renamed to samples/openfl/GTweenColorAdjust/src/GTweenColorAdjust.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class GTweenColorAdjust extends Sprite {
2121
public function new() {
2222
super();
2323

24-
var image = new Bitmap(Assets.getBitmapData("bitmap.png"));
24+
var image = new Bitmap(Assets.getBitmapData("assets/bitmap.png"));
2525
addChild(image);
2626

2727
ColorAdjustPlugin.install();

samples/openfl/GTweenInterrupt/project.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<window background="#000000" allow-high-dpi="true" fps="60"/>
66
<window fps="0" if="html5"/>
77

8-
<source path="."/>
8+
<source path="src"/>
99

1010
<haxelib name="openfl"/>
1111
<haxelib name="gtween"/>
File renamed without changes.

samples/openfl/GTweenSimpleSequencing/project.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<window background="#ffffff" allow-high-dpi="true" fps="60"/>
66
<window fps="0" if="html5"/>
77

8-
<source path="."/>
8+
<source path="src"/>
99

1010
<haxelib name="openfl"/>
1111
<haxelib name="gtween"/>

samples/openfl/GTweenSimpleSequencing/GTweenSimpleSequencing.hx renamed to samples/openfl/GTweenSimpleSequencing/src/GTweenSimpleSequencing.hx

File renamed without changes.

samples/openfl/GTweenSpeedDemo/project.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<window background="#000000" allow-high-dpi="true" fps="60"/>
66
<window fps="0" if="html5"/>
77

8-
<source path="."/>
8+
<source path="src"/>
99

1010
<haxelib name="openfl"/>
1111
<haxelib name="gtween"/>
File renamed without changes.

samples/openfl/GTweenTimelineDemo/project.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<window background="#252525" allow-high-dpi="true" fps="60"/>
66
<window fps="0" if="html5"/>
77

8-
<source path="."/>
8+
<source path="src"/>
99

1010
<haxelib name="openfl"/>
1111
<haxelib name="gtween"/>

0 commit comments

Comments
 (0)