This commit is contained in:
CortexCore
2023-11-30 00:27:34 +08:00
parent 7712c80804
commit 337840ebb3
30 changed files with 787 additions and 62 deletions

View File

@@ -84,5 +84,10 @@ public partial class BITAppForGodot : Node
public override void _Process(double delta)
{
DeltaTime =(float) delta;
// var scale = DisplayServer.WindowGetSize().X / 1920f;
// //GetViewport().Scaling3DScale = scale;
//
// //ProjectSettings.SetSetting("display/window/stretch/scale", scale);
}
}