Martin Beaussart

Results 6 issues of Martin Beaussart

Update code order on gdscript_styleguide.rst by inserting static variables and methods on the code order as a proposal

enhancement
topic:gdscript
area:manual

### Project Type 2D ### Feature Description Limit the camera’s position to a volume or area defined by a CollisionPolygon2D Should work like the Camera Confiner of Cinemachine in Unity...

enhancement
phantom camera
2D

### Describe the issue When the addon is downloaded it crashes when using Godot with GDScript strict typing mode I'm asking to add GDScript strict type support for users like...

Added missing type hints on functions of scripts in the sample project (**res://SampleProject/**) The goal is to complete the issue https://github.com/KoBeWi/Metroidvania-System/issues/103

### Describe the bug When the addon is downloaded it crashes when using Godot with GDScript strict typing mode. ### To Reproduce 1. Active GDScript strict typing mode on Godot...

enhancement

Can you add type support on the code of the extension ? I Enabled strict type support on GDScript so i get all the errors bellow I use Godot 4.5.1...