This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| D:\Projects\delta-v [builder-in-windows +13 ~6 -0 !]> ..\godot\godot-src\bin\godot.windows.tools.64.exe -v --export "Windows Desktop" D:\Projects\delta-v\steam\release\w | |
| indows\ .\godot\project.godot | |
| Using GLES3 video driver | |
| OpenGL ES 3.0 Renderer: GeForce GTX 1070 with Max-Q Design/PCIe/SSE2 | |
| WASAPI: detected 2 channels | |
| WASAPI: audio buffer frames: 1056 calculated latency: 22ms | |
| Loading resource: res://translations.en.translation | |
| Loading resource: res://translations.pl.translation | |
| Loading resource: res://default_bus_layout.tres | |
| CORE API HASH: -766850851076565370 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export var viewportResizeStanddown = 0.5 | |
| var viewportResizeCounter = 0.0 | |
| signal settingsChanged() | |
| signal particlesSettingsChanged() | |
| signal removeGpuParticles() | |
| func forbidParticles(time): | |
| particlesForbiddenCounter = time | |
| particlesForbidden = true |
OlderNewer