Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #149 from virtual-puppet-project/refactor/interpol…
Browse files Browse the repository at this point in the history
…ation-c-plus-plus-module

refactor interpolation-data to use a godot c++ module

Former-commit-id: 0eebd13
  • Loading branch information
you-win authored Aug 31, 2022
2 parents e7a1b6a + 069f077 commit 6f2708f
Show file tree
Hide file tree
Showing 6 changed files with 345 additions and 347 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/godot-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
version: "3.x"
release_type: "stable"
test-dir: "res://tests"
custom-godot-dl-url: "https://github.com/you-win/godot/releases/download/3.x-binaries/Godot_v3.x-stable_linux_headless.64.zip"
custom-godot-dl-url: "https://github.com/virtual-puppet-project/godot/releases/download/latest/Godot_v3.x-stable_linux_headless.64.zip"
45 changes: 23 additions & 22 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
# System
.DS_Store
*.swp
*.swo
.vs/
.vscode/

# Rust
target/
Cargo.lock
**/*.rs.bk
**/*.dll
**/*.so

# Godot
.import/
.mono/
data_*/
export/**

**/temp
**/OpenSeeFaceFolder
# System
.DS_Store
*.swp
*.swo
.vs/
.vscode/

# Rust
target/
Cargo.lock
**/*.rs.bk
**/*.dll
**/*.so

# Godot
.import/
.mono/
data_*/
export/**

**/temp
**/OpenSeeFaceFolder
release_templates/
Loading

0 comments on commit 6f2708f

Please sign in to comment.