Update C demos to Godot 3.3

This commit is contained in:
Aaron Franke
2021-05-14 21:41:45 -04:00
parent e062bd133f
commit 16581da9b2
6 changed files with 6 additions and 4 deletions

View File

@@ -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: |

View File

@@ -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"]

View File

@@ -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"]