Added basic components for DSL. Working on functionality next.

This commit is contained in:
=
2026-04-28 13:52:57 +02:00
parent 287cb4df78
commit b926be307e
22 changed files with 293 additions and 45 deletions
+1
View File
@@ -11,6 +11,7 @@ public partial class Camera3d : Camera3D
public override void _Process(double delta)
{
if(!canMove) return;
float d = (float)delta;
var rotation = RotationDegrees;