mirror of
https://github.com/godotengine/gdnative-demos.git
synced 2026-01-01 05:48:13 +03:00
Merge pull request #48 from aaronfranke/update-3.3
Update C demos to Godot 3.3
This commit is contained in:
2
.github/workflows/static_checks.yml
vendored
2
.github/workflows/static_checks.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
run: |
|
||||
sudo apt-get update -qq
|
||||
sudo apt-get install -qq dos2unix recode clang-format
|
||||
sudo pip3 install git+https://github.com/psf/black@master
|
||||
sudo pip3 install git+https://github.com/psf/black@main
|
||||
|
||||
- name: File formatting checks (file_format.sh)
|
||||
run: |
|
||||
|
||||
Submodule c/glfw/godot-headers updated: 815f34e1e9...a8ab6802c3
Submodule c/instance_binding/godot-headers updated: 815f34e1e9...a8ab6802c3
@@ -31,4 +31,5 @@ margin_right = 200.0
|
||||
margin_bottom = 368.0
|
||||
size_flags_vertical = 0
|
||||
align = 1
|
||||
|
||||
[connection signal="pressed" from="Button" to="." method="_on_Button_pressed"]
|
||||
|
||||
Submodule c/simple/godot-headers updated: 815f34e1e9...a8ab6802c3
@@ -20,4 +20,5 @@ margin_top = 311.0
|
||||
margin_right = 629.0
|
||||
margin_bottom = 368.0
|
||||
size_flags_vertical = 0
|
||||
|
||||
[connection signal="pressed" from="Button" to="." method="_on_Button_pressed"]
|
||||
|
||||
Reference in New Issue
Block a user