Reformat existing gdscript code

This commit is contained in:
Leroy Hopson 2022-06-04 11:27:46 +07:00
parent ae707a6667
commit deb68e323c
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
9 changed files with 269 additions and 108 deletions

View file

@ -98,6 +98,7 @@ class Helper:
class LinuxHelper:
extends Helper
static func _get_pts() -> Array:
var dir := Directory.new()
@ -117,6 +118,7 @@ class LinuxHelper:
class MacOSHelper:
extends Helper
static func _get_pts() -> Array:
# TODO: Implement for macOS.
# On macOS there is no /dev/pts directory, rather new ptys are created