LunarEclipse
LunarEclipse
```dart var s1 = ''' You can create multi-line strings like this one. '''; var s2 = """This is also a multi-line string."""; ```   And it automatically generates...
**Describe the bug**  Export freeze with godot-rapier in GitHub actions. This issue only exists in Godot 4.3, it works fine with Godot 4.2.2. **To Reproduce** 1. Frok [test project](https://github.com/949886/godot-automation/tree/rapier-test)...
**Describe the bug**  It worked fine before I updated it to the new version. **To Reproduce** ```gdscript class_name RigidBodyGenerator extends RigidBody2D @onready var sprite = $Sprite2D func _ready() ->...