mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-05 07:20:07 +01:00
Convert demos to Godot 4 using regular expressions in a script
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using Godot;
|
||||
|
||||
public class CeilingFloor : Area2D
|
||||
public partial class CeilingFloor : Area2D
|
||||
{
|
||||
[Export]
|
||||
private int _bounceDirection = 1;
|
||||
|
||||
Reference in New Issue
Block a user