Convert demos to Godot 4 using regular expressions in a script

This commit is contained in:
Aaron Franke
2022-03-26 05:00:50 -05:00
parent 410d783126
commit bbe50fc9da
1095 changed files with 13628 additions and 13557 deletions

View File

@@ -1,6 +1,6 @@
using Godot;
public class CeilingFloor : Area2D
public partial class CeilingFloor : Area2D
{
[Export]
private int _bounceDirection = 1;