-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Godot 4.2 support #181
Merged
Godot 4.2 support #181
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
8432915
update godot-cpp to 4.2-stable
bitbrain 98bc551
adjust gdextension number
bitbrain 569ccce
fix build
bitbrain be6e2e8
bump to Godot 4.2
bitbrain 5cad11c
fix ubuntu
bitbrain 599caf8
attempt to fix NDK
bitbrain a17f630
fix error
bitbrain 8407805
remove whitespace
bitbrain 1ae17b1
update GUT
bitbrain 5440d0c
fix imports
bitbrain 7c8e3ca
update cache
bitbrain cb48f03
fix script
bitbrain 61a06f6
oopsie doopsie
bitbrain File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ env: | |
PROJECT_FOLDER: fmod-gdextension | ||
TARGET_PATH: demo/addons/fmod/libs/ | ||
TARGET_NAME: libGodotFmod | ||
GODOT_VERSION: 4.1.2 | ||
GODOT_VERSION: 4.2 | ||
FMOD_VERSION: 20212 | ||
|
||
jobs: | ||
|
@@ -57,7 +57,7 @@ jobs: | |
fmod-studio-platform-folder: linux/studio/lib/x86_64 | ||
fmod-library-suffix: so | ||
godot-executable-download-suffix: linux.x86_64.zip | ||
godot-executable: Godot_v4.1.2-stable_linux.x86_64 | ||
godot-executable: Godot_v$GODOT_VERSION-stable_linux.x86_64 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Standardising this, so one only has to ever bump the env var |
||
shell: bash | ||
|
||
- name: Ubuntu Debug Compilation | ||
|
@@ -157,6 +157,13 @@ jobs: | |
lfs: true | ||
submodules: recursive | ||
|
||
- name: Android dependencies | ||
if: ${{ matrix.platform == 'android' }} | ||
uses: nttld/setup-ndk@v1 | ||
with: | ||
ndk-version: r23c | ||
link-to-sdk: true | ||
|
||
- name: Compile native plugin | ||
uses: ./.github/actions/create-native-build | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+66 Bytes
(100%)
demo/.godot/imported/AnonymousPro-Bold.ttf-9d8fef4d357af5b52cd60afbe608aa49.fontdata
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
demo/.godot/imported/AnonymousPro-Bold.ttf-9d8fef4d357af5b52cd60afbe608aa49.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
source_md5="401e77d048b500d714375a77d4ca4326" | ||
dest_md5="376ef640816dcc0149db79b71bdcbbbb" | ||
dest_md5="3a20234042b77d001742527a01ccce64" | ||
|
Binary file modified
BIN
+18 Bytes
(100%)
demo/.godot/imported/AnonymousPro-BoldItalic.ttf-4274bf704d3d6b9cd32c4f0754d8c83d.fontdata
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
demo/.godot/imported/AnonymousPro-BoldItalic.ttf-4274bf704d3d6b9cd32c4f0754d8c83d.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
source_md5="75a018507317f09d0004b8c1148dd3e5" | ||
dest_md5="bc83b79ff58cca765d8e12df7faf54cb" | ||
dest_md5="0de704856a8cdc25de93a0d1d6d2e3f4" | ||
|
Binary file modified
BIN
+82 Bytes
(100%)
demo/.godot/imported/AnonymousPro-Italic.ttf-9989590b02137b799e13d570de2a42c1.fontdata
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
demo/.godot/imported/AnonymousPro-Italic.ttf-9989590b02137b799e13d570de2a42c1.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
source_md5="b3f0e3061651d3bf5c65104a3179e57b" | ||
dest_md5="eab8a06863927387f4bc23e375109c3b" | ||
dest_md5="60a184c31bf6cbd13052b7978fa18a0f" | ||
|
Binary file modified
BIN
+51 Bytes
(100%)
demo/.godot/imported/AnonymousPro-Regular.ttf-856c843fd6f89964d2ca8d8ff1724f13.fontdata
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
demo/.godot/imported/AnonymousPro-Regular.ttf-856c843fd6f89964d2ca8d8ff1724f13.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
source_md5="418d6668afcddb7714104f43bfb39657" | ||
dest_md5="f680418dcdd31ba96fa61efe5d279da4" | ||
dest_md5="df7480ae862bca6e37076ead4770e199" | ||
|
Binary file modified
BIN
+39 Bytes
(100%)
demo/.godot/imported/CourierPrime-Bold.ttf-1f003c66d63ebed70964e7756f4fa235.fontdata
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
demo/.godot/imported/CourierPrime-Bold.ttf-1f003c66d63ebed70964e7756f4fa235.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
source_md5="696e70ec3151341523d0a1362670d8ad" | ||
dest_md5="b025012356fc82018f589b4694eb595b" | ||
dest_md5="4c17376a053895673a250ddcf17eccc5" | ||
|
Binary file modified
BIN
+138 Bytes
(100%)
demo/.godot/imported/CourierPrime-BoldItalic.ttf-65ebcc61dd5e1dfa8f96313da4ad7019.fontdata
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
demo/.godot/imported/CourierPrime-BoldItalic.ttf-65ebcc61dd5e1dfa8f96313da4ad7019.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
source_md5="15e9706fbc67b38db21e8e963fc1a6c0" | ||
dest_md5="ec95e8acf158b8542ea9788d38c258d3" | ||
dest_md5="c3f6f2b3c841eba203550235c9fb7fec" | ||
|
Binary file modified
BIN
+171 Bytes
(100%)
demo/.godot/imported/CourierPrime-Italic.ttf-baa9156a73770735a0f72fb20b907112.fontdata
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
demo/.godot/imported/CourierPrime-Italic.ttf-baa9156a73770735a0f72fb20b907112.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
source_md5="ace04e0c254883041bc7effb9d951cf2" | ||
dest_md5="3c2fe263c5b08b4425c7b172f2577531" | ||
dest_md5="ed543b2300d51667cc14a403a5b3917b" | ||
|
Binary file modified
BIN
-19 Bytes
(100%)
demo/.godot/imported/CourierPrime-Regular.ttf-3babe7e4a7a588dfc9a84c14b4f1fe23.fontdata
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
demo/.godot/imported/CourierPrime-Regular.ttf-3babe7e4a7a588dfc9a84c14b4f1fe23.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
source_md5="03ef685b34f3356631c3f60c91917002" | ||
dest_md5="7fc50685f0f64d4d3534642eab964093" | ||
dest_md5="e25b141cea138b12ae1cbd23cdbcbc7d" | ||
|
Binary file removed
BIN
-526 Bytes
demo/.godot/imported/FmodEventEmitter2D.svg-48bcab4c6647a29c9a889348ec38f96a.ctex
Binary file not shown.
3 changes: 0 additions & 3 deletions
3
demo/.godot/imported/FmodEventEmitter2D.svg-48bcab4c6647a29c9a889348ec38f96a.md5
This file was deleted.
Oops, something went wrong.
Binary file added
BIN
+158 Bytes
demo/.godot/imported/Folder.svg-caa50e6a0be9d456fd81991dfb537916.ctex
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
demo/.godot/imported/Folder.svg-caa50e6a0be9d456fd81991dfb537916.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
source_md5="b2eb5b5a4efd5c7a7ebed1d28d72d7e8" | ||
dest_md5="43e6e3c565cecde497e3dca4f9324533" | ||
|
Binary file modified
BIN
+396 Bytes
(100%)
demo/.godot/imported/LobsterTwo-Bold.ttf-7c7f734103b58a32491a4788186f3dcb.fontdata
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
demo/.godot/imported/LobsterTwo-Bold.ttf-7c7f734103b58a32491a4788186f3dcb.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
source_md5="a39e5778312a715a82d7afe88ebac015" | ||
dest_md5="5f68f64074cec872372a931e7ef33032" | ||
dest_md5="5ab26d53610e6ba68b02e26a9b74f08c" | ||
|
Binary file modified
BIN
+279 Bytes
(100%)
demo/.godot/imported/LobsterTwo-BoldItalic.ttf-227406a33e84448e6aa974176016de19.fontdata
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
demo/.godot/imported/LobsterTwo-BoldItalic.ttf-227406a33e84448e6aa974176016de19.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
source_md5="9f56fb2bffbac7662cb53b783248698a" | ||
dest_md5="c0b8a4d0adc31f95854b369d5cce6602" | ||
dest_md5="65e93b0f81fd41715bca0797db8a17f5" | ||
|
Binary file modified
BIN
+192 Bytes
(100%)
demo/.godot/imported/LobsterTwo-Italic.ttf-f93abf6c25390c85ad5fb6c4ee75159e.fontdata
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
demo/.godot/imported/LobsterTwo-Italic.ttf-f93abf6c25390c85ad5fb6c4ee75159e.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
source_md5="40a68e931d9f1c543eac616acb53b2d8" | ||
dest_md5="ee9c380d291be2176f54d24ecbb34c55" | ||
dest_md5="365bbaed1e5ead8de63a883e02e6ef39" | ||
|
Binary file modified
BIN
+73 Bytes
(100%)
demo/.godot/imported/LobsterTwo-Regular.ttf-f3fcfa01cd671c8da433dd875d0fe04b.fontdata
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
demo/.godot/imported/LobsterTwo-Regular.ttf-f3fcfa01cd671c8da433dd875d0fe04b.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
source_md5="fb8c29136b1ee99fe9dd45a6f8bcc9fd" | ||
dest_md5="740633d7576344df46ecb52b001b78aa" | ||
dest_md5="d7b2307bee68dce4326d5d0bc104da83" | ||
|
Binary file added
BIN
+178 Bytes
demo/.godot/imported/Script.svg-34c66aae9c985e3e0470426acbbcda04.ctex
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
demo/.godot/imported/Script.svg-34c66aae9c985e3e0470426acbbcda04.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
source_md5="bfe6d3baadf5fbe569922334140eb2fe" | ||
dest_md5="a1f5358b8ed3c01a32ddfa4b67484795" | ||
|
Binary file added
BIN
+498 Bytes
demo/.godot/imported/bank_icon.svg-8de6c7bff09a67352e162b3c61b601de.ctex
Binary file not shown.
Binary file added
BIN
+1.23 KB
demo/.godot/imported/bank_icon.svg-8de6c7bff09a67352e162b3c61b601de.editor.ctex
Binary file not shown.
Binary file added
BIN
+76 Bytes
demo/.godot/imported/bank_icon.svg-8de6c7bff09a67352e162b3c61b601de.editor.meta
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
demo/.godot/imported/bank_icon.svg-8de6c7bff09a67352e162b3c61b601de.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
source_md5="ced1016dc14945d0de53e048c65a2634" | ||
dest_md5="09dabb6c6022ef4ac6db4eda8c2b15ad" | ||
|
2 changes: 1 addition & 1 deletion
2
demo/.godot/imported/beltHandle1.ogg-5b80474bde850e2e07979e0b9dd05a40.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
source_md5="263aa6aaf80ff6be43bc0541d1b27575" | ||
dest_md5="bf912569b96ea5377b854aeb3500121a" | ||
dest_md5="3976c89e461a898979b0f60a3cb5adb9" | ||
|
Binary file modified
BIN
+0 Bytes
(100%)
demo/.godot/imported/beltHandle1.ogg-5b80474bde850e2e07979e0b9dd05a40.oggvorbisstr
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
demo/.godot/imported/beltHandle2.ogg-b75cd2508ee0ee251254411db27d1f2e.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
source_md5="46b4f7f23b855a09357092a37a8963bd" | ||
dest_md5="2c9247fdfcf79d32bf5576a50f04c2b4" | ||
dest_md5="a0cc910ec88bc535b3b0ac3adfb41e92" | ||
|
Binary file modified
BIN
+0 Bytes
(100%)
demo/.godot/imported/beltHandle2.ogg-b75cd2508ee0ee251254411db27d1f2e.oggvorbisstr
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
demo/.godot/imported/bookClose.ogg-fa4b91a05f6232aedfc7b0b0f769ace8.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
source_md5="c5a08db64e5cb9771a0d221ee490e1b5" | ||
dest_md5="c406c31e515527ce4263fd9dd074575a" | ||
dest_md5="445820d0eb13ba06acd3a3344cadaa57" | ||
|
Binary file modified
BIN
+0 Bytes
(100%)
demo/.godot/imported/bookClose.ogg-fa4b91a05f6232aedfc7b0b0f769ace8.oggvorbisstr
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
demo/.godot/imported/bookFlip1.ogg-c00a802f57276e4c154c6490a1adfdb1.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
source_md5="87a2335b9a8b082814b00be12822338b" | ||
dest_md5="1e926de509eff40041cdacb31aca3d1e" | ||
dest_md5="69c840af016fb4e15ac549520f31cb48" | ||
|
Binary file modified
BIN
+0 Bytes
(100%)
demo/.godot/imported/bookFlip1.ogg-c00a802f57276e4c154c6490a1adfdb1.oggvorbisstr
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
demo/.godot/imported/bookFlip2.ogg-844d4ca357872e8d6f285274de218590.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
source_md5="2dfeccd003dd414a37764485bf007136" | ||
dest_md5="49182a5251f993350aa8f41dc7ae8247" | ||
dest_md5="dcedd447cab4e0af746da3a6d8172fa9" | ||
|
Binary file modified
BIN
+0 Bytes
(100%)
demo/.godot/imported/bookFlip2.ogg-844d4ca357872e8d6f285274de218590.oggvorbisstr
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
demo/.godot/imported/bookFlip3.ogg-dc8e2bfa9dc330e8376e1b2fbbe16170.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
source_md5="568949c73152e8704d3b6e2729c5371f" | ||
dest_md5="917679b08d153b4411d7993241312a74" | ||
dest_md5="03ad31d54223bf2797ce417713bb286f" | ||
|
Binary file modified
BIN
+0 Bytes
(100%)
demo/.godot/imported/bookFlip3.ogg-dc8e2bfa9dc330e8376e1b2fbbe16170.oggvorbisstr
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
demo/.godot/imported/bookOpen.ogg-f5eca4dcf9579626efc8d4cd81bac2c8.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
source_md5="47a49480f57f056effb8b6f71335cda6" | ||
dest_md5="660085c1629ae0b79e0d20d01c8aa1c3" | ||
dest_md5="37dc650638c8ba78668f103f0e2793f2" | ||
|
Binary file modified
BIN
+0 Bytes
(100%)
demo/.godot/imported/bookOpen.ogg-f5eca4dcf9579626efc8d4cd81bac2c8.oggvorbisstr
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
demo/.godot/imported/bookPlace1.ogg-9473a111ac56c964e35a3ce405643e88.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
source_md5="0679f9268d0182d98f946fbd3b23ad2b" | ||
dest_md5="95368cba27abdd233dd284316d98a772" | ||
dest_md5="3bbe9055d3e26961f2ab07d8e46f17eb" | ||
|
Binary file modified
BIN
+0 Bytes
(100%)
demo/.godot/imported/bookPlace1.ogg-9473a111ac56c964e35a3ce405643e88.oggvorbisstr
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
demo/.godot/imported/bookPlace2.ogg-390a4879e48e2dcfd973c3e012f3b9b8.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
source_md5="15c243c3b26cd9bf7d1b36406890cdec" | ||
dest_md5="0bb34ea53ae71b1326c41b6d02185a30" | ||
dest_md5="c3bc236df1372d928609bd31f418210c" | ||
|
Binary file modified
BIN
+0 Bytes
(100%)
demo/.godot/imported/bookPlace2.ogg-390a4879e48e2dcfd973c3e012f3b9b8.oggvorbisstr
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
demo/.godot/imported/bookPlace3.ogg-83530db2570a1d448e09955cb28b7c52.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
source_md5="aa45cd016a3824a5deaa452e103b00fb" | ||
dest_md5="643823274ac035f98429965941d271de" | ||
dest_md5="c1944d55cb2e1f4ee74ea94eafde070d" | ||
|
Binary file modified
BIN
+0 Bytes
(100%)
demo/.godot/imported/bookPlace3.ogg-83530db2570a1d448e09955cb28b7c52.oggvorbisstr
Binary file not shown.
Binary file added
BIN
+498 Bytes
demo/.godot/imported/bus_icon.svg-f536ffd3c4893e79a9d3cb9a1b4fb50c.ctex
Binary file not shown.
Binary file added
BIN
+1.23 KB
demo/.godot/imported/bus_icon.svg-f536ffd3c4893e79a9d3cb9a1b4fb50c.editor.ctex
Binary file not shown.
Binary file added
BIN
+76 Bytes
demo/.godot/imported/bus_icon.svg-f536ffd3c4893e79a9d3cb9a1b4fb50c.editor.meta
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
demo/.godot/imported/bus_icon.svg-f536ffd3c4893e79a9d3cb9a1b4fb50c.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
source_md5="954f96a067252d9a6e3fc71a6c83c562" | ||
dest_md5="09dabb6c6022ef4ac6db4eda8c2b15ad" | ||
|
Binary file added
BIN
+336 Bytes
demo/.godot/imported/c_parameter_icon.svg-04115c2482c9a6874356ffdc09c41db0.ctex
Binary file not shown.
Binary file added
BIN
+1012 Bytes
demo/.godot/imported/c_parameter_icon.svg-04115c2482c9a6874356ffdc09c41db0.editor.ctex
Binary file not shown.
Binary file added
BIN
+76 Bytes
demo/.godot/imported/c_parameter_icon.svg-04115c2482c9a6874356ffdc09c41db0.editor.meta
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
demo/.godot/imported/c_parameter_icon.svg-04115c2482c9a6874356ffdc09c41db0.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
source_md5="3abf92cd2757a559a7f328189419e2fa" | ||
dest_md5="520c320e04a863bbcf23aa9043f47155" | ||
|
2 changes: 1 addition & 1 deletion
2
demo/.godot/imported/chop.ogg-c6363f08403778fa8c2db7513103fe64.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
source_md5="8f357819da0d5101a67a5e46be6de1ab" | ||
dest_md5="0c43ded8cd9064fec572a247a79a2a29" | ||
dest_md5="e45d59b2774e6573c7f77b0ce4f3fdbb" | ||
|
Binary file modified
BIN
+0 Bytes
(100%)
demo/.godot/imported/chop.ogg-c6363f08403778fa8c2db7513103fe64.oggvorbisstr
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
demo/.godot/imported/cloth1.ogg-454aba1a0a43c6224cc67f1fa4c3d27a.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
source_md5="3c4786f48407df7594b6b61c3ab8a108" | ||
dest_md5="78c39902bcfb06ba94bfdc183a1d48f4" | ||
dest_md5="eeaf9645578852b942173f9efcda36f7" | ||
|
Binary file modified
BIN
+0 Bytes
(100%)
demo/.godot/imported/cloth1.ogg-454aba1a0a43c6224cc67f1fa4c3d27a.oggvorbisstr
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
demo/.godot/imported/cloth2.ogg-bae99958d207b4e17f9cd7a91b36afdf.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
source_md5="c5088752a8b01837d294d6c687957f67" | ||
dest_md5="cf5ef904aa3b78d2611472a60a397b2a" | ||
dest_md5="d14e233599e27c13059177b99dca7b06" | ||
|
Binary file modified
BIN
+0 Bytes
(100%)
demo/.godot/imported/cloth2.ogg-bae99958d207b4e17f9cd7a91b36afdf.oggvorbisstr
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
demo/.godot/imported/cloth3.ogg-a4237326ad50d528b3965cb7b78c88c6.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
source_md5="7bb086582f50adf131d662d839d25071" | ||
dest_md5="6759b3893ceee7616a60cda562445cf0" | ||
dest_md5="2fc013e3768c7419a04adf77e12fe5c6" | ||
|
Binary file modified
BIN
+0 Bytes
(100%)
demo/.godot/imported/cloth3.ogg-a4237326ad50d528b3965cb7b78c88c6.oggvorbisstr
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
demo/.godot/imported/cloth4.ogg-ce7ca0df36c75e48c93a562266b170ee.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
source_md5="7419241aec89f62472f1171073662217" | ||
dest_md5="d6219a18e41b0bf3b23e8eaff01eb4d5" | ||
dest_md5="244850be583bd32c84f020c4ff1c525b" | ||
|
Binary file modified
BIN
+0 Bytes
(100%)
demo/.godot/imported/cloth4.ogg-ce7ca0df36c75e48c93a562266b170ee.oggvorbisstr
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
demo/.godot/imported/clothBelt.ogg-8ad677919ef512f9ae399d549c502b58.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
source_md5="e104d70e9ff663d5e0dd9a39ade8f474" | ||
dest_md5="6eedb3b0c5e367ae62d3a93ae1173176" | ||
dest_md5="2da6294427f40df40aa16367abc4c3c2" | ||
|
Binary file modified
BIN
+0 Bytes
(100%)
demo/.godot/imported/clothBelt.ogg-8ad677919ef512f9ae399d549c502b58.oggvorbisstr
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
demo/.godot/imported/clothBelt2.ogg-f63060ada3e32df8afab079abd87beb5.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
source_md5="da5a18f8d2aa3b1e1ed4e7caa63b10a0" | ||
dest_md5="055c9c67a8a229a1efc586d74af6457a" | ||
dest_md5="7c308efe89f74d56cc7fe8c5916e3cde" | ||
|
Binary file modified
BIN
+0 Bytes
(100%)
demo/.godot/imported/clothBelt2.ogg-f63060ada3e32df8afab079abd87beb5.oggvorbisstr
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
demo/.godot/imported/creak1.ogg-db9b54f10b9fa283cdc1e795aa365995.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
source_md5="983491662cb14781dd0b08ce0191e3d6" | ||
dest_md5="aa734e99c48d198887524323974918ab" | ||
dest_md5="9c1a6c7e9d6cfd36a93d0894a761ae40" | ||
|
Binary file modified
BIN
+0 Bytes
(100%)
demo/.godot/imported/creak1.ogg-db9b54f10b9fa283cdc1e795aa365995.oggvorbisstr
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
demo/.godot/imported/creak2.ogg-a930fc882a2b6e71a0e476f77428f4c1.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
source_md5="6c1a5859e223844e7fb5fdfb1210bf1a" | ||
dest_md5="f6176314b0bcfbfbe9a9d25ee82fa795" | ||
dest_md5="03791de3e7cf915bc93bbb42c13a2dd6" | ||
|
Binary file modified
BIN
+0 Bytes
(100%)
demo/.godot/imported/creak2.ogg-a930fc882a2b6e71a0e476f77428f4c1.oggvorbisstr
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
demo/.godot/imported/creak3.ogg-d1dd170afbc09d20efb8b28b7994904d.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
source_md5="f319fa326b96e6148a1b91fe47ab649a" | ||
dest_md5="0c627f774808eb9d62feb1f4a32a0024" | ||
dest_md5="bf1a562afc2d13aaa21d3964f3d014b0" | ||
|
Binary file modified
BIN
+0 Bytes
(100%)
demo/.godot/imported/creak3.ogg-d1dd170afbc09d20efb8b28b7994904d.oggvorbisstr
Binary file not shown.
Binary file added
BIN
+226 Bytes
demo/.godot/imported/d_parameter_icon.svg-d339e4e3f950ae8593b999ef51579136.ctex
Binary file not shown.
Binary file added
BIN
+576 Bytes
demo/.godot/imported/d_parameter_icon.svg-d339e4e3f950ae8593b999ef51579136.editor.ctex
Binary file not shown.
Binary file added
BIN
+76 Bytes
demo/.godot/imported/d_parameter_icon.svg-d339e4e3f950ae8593b999ef51579136.editor.meta
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
demo/.godot/imported/d_parameter_icon.svg-d339e4e3f950ae8593b999ef51579136.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
source_md5="531b4936e99fa9bb28d035587a134b84" | ||
dest_md5="ce96ef0d932eb7473e9806cd8da843d6" | ||
|
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is required due to this error: