aboutsummaryrefslogtreecommitdiff
path: root/main.gd
diff options
context:
space:
mode:
authordam <dam@gudinoff>2022-01-25 23:56:04 +0000
committerdam <dam@gudinoff>2022-01-25 23:56:04 +0000
commitb35d5de65158ee015a8332f8fd614e2ee5cacf6e (patch)
tree20a461208168b10aa985a07b4f68e1f0fc95afb3 /main.gd
parente704e2cca56aed71f6e41dd060ddab5babd10569 (diff)
downloadsurgery-log-b35d5de65158ee015a8332f8fd614e2ee5cacf6e.tar.zst
surgery-log-b35d5de65158ee015a8332f8fd614e2ee5cacf6e.zip
Draft prototype of option sets structure.
Diffstat (limited to 'main.gd')
-rw-r--r--main.gd1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.gd b/main.gd
index 768366a..a1b9aca 100644
--- a/main.gd
+++ b/main.gd
@@ -14,7 +14,6 @@ func _init():
PhysicsServer.set_active(false)
-
func _process(delta: float):
var keyboard_height: int = OS.get_virtual_keyboard_height()
for it in controls_sensible_to_keyboard: