1
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user