From b35d5de65158ee015a8332f8fd614e2ee5cacf6e Mon Sep 17 00:00:00 2001 From: dam Date: Tue, 25 Jan 2022 23:56:04 +0000 Subject: Draft prototype of option sets structure. --- main.gd | 1 - 1 file changed, 1 deletion(-) (limited to 'main.gd') 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: -- cgit v1.2.3