-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Introduce Godot Rust Script * upgrade godot-rust-script (builtin hotreload) * update godot-rust-script / gdext * remove scene object registry * Disable godot 4.2 errors * Fix godot-rust-script clippy lints * update rust-script * improve build env
- Loading branch information
Showing
23 changed files
with
583 additions
and
141 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,4 +27,4 @@ done | |
|
||
godot_job=$(jobs -p) | ||
|
||
kill $godot_job | ||
kill -s TERM $godot_job |
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
Oops, something went wrong.