Skip to content

Commit 4bb7a1c

Browse files
committed
ykw nah we ball fuck embed
1 parent 500f828 commit 4bb7a1c

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
sed -i '' '/<section if="android">/,/<\/section>/d' $(haxelib libpath flixel)/include.xml
7474
7575
- name: Compile
76-
run: haxelib run lime build ${{ inputs.buildArgs }} -D ${{ inputs.assetType }} -D NOEMBED
76+
run: haxelib run lime build ${{ inputs.buildArgs }} -D ${{ inputs.assetType }}
7777

7878
- name: Make IPA
7979
if: inputs.name == 'iOS'

Project.xml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,11 @@
4242
<!-- Assets -->
4343
<assets path="assets/embed" embed="true" />
4444
<assets path="assets/fonts" embed="true" />
45-
<assets path="assets/shared" embed="true" unless="NOEMBED" />
46-
<assets path="assets/shared" if="NOEMBED" />
47-
<assets path="images-astc" rename="assets/shared/images" embed="true" if="ASTC" unless="NOEMBED" />
48-
<assets path="images-astc" rename="assets/shared/images" if="ASTC NOEMBED" />
49-
<assets path="images-ktx" rename="assets/shared/images" embed="true" if="ETC2" unless="NOEMBED" />
50-
<assets path="images-ktx" rename="assets/shared/images" if="ETC2 NOEMBED" />
51-
<assets path="images-dds" rename="assets/shared/images" embed="true" if="S3TC" unless="NOEMBED" />
52-
<assets path="images-dds" rename="assets/shared/images" if="S3TC NOEMBED" />
53-
<assets path="images-png" rename="assets/shared/images" embed="true" if="PNG" unless="NOEMBED" />
54-
<assets path="images-png" rename="assets/shared/images" if="PNG NOEMBED" />
45+
<assets path="assets/shared" />
46+
<assets path="images-astc" rename="assets/shared/images" if="ASTC" />
47+
<assets path="images-ktx" rename="assets/shared/images" if="ETC2" />
48+
<assets path="images-dds" rename="assets/shared/images" if="S3TC" />
49+
<assets path="images-png" rename="assets/shared/images" if="PNG" />
5550

5651
<define name="PNG" if="display" /> <!-- vscode shit -->
5752
<define name="NO_TEXTURE_FORMAT" unless="ASTC || ETC2 || S3TC || PNG" />

todo/TODO.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
- Fix Embed

0 commit comments

Comments
 (0)