Skip to content

Commit

Permalink
Refactor JavaScript integration and improve code readability.
Browse files Browse the repository at this point in the history
In this commit, we have refactored the JavaScript integration to make it more efficient. We have also improved the readability of the code by adding comments and restructuring the code blocks. This will make it easier for other developers to understand and contribute to the project.
  • Loading branch information
ogrotten authored and fire committed Oct 1, 2023
1 parent 2c325ea commit 6184ea1
Show file tree
Hide file tree
Showing 57 changed files with 3,441 additions and 2,916 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
cache-name: linux-template-minimal
target: template_release
tests: false
sconsflags: modules_enabled_by_default=no disable_3d=yes disable_advanced_gui=yes deprecated=no
sconsflags: modules_enabled_by_default=no disable_3d=yes disable_advanced_gui=yes deprecated=no
steps:
- name: Checkout Godot
uses: actions/checkout@v2
Expand Down Expand Up @@ -215,4 +215,4 @@ jobs:
uses: ./.github/actions/upload-artifact
if: ${{ matrix.artifact }}
with:
name: ${{ matrix.cache-name }}
name: ${{ matrix.cache-name }}
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
*.os
*.gen.cpp
*.gen.json
.vscode
.vscode
Loading

0 comments on commit 6184ea1

Please sign in to comment.