diff options
| author | dam <dam@gudinoff> | 2022-03-30 14:52:01 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-03-30 14:52:01 +0000 |
| commit | 8d4db7d2c92aa719da8ce218df9490283754d20b (patch) | |
| tree | 078be5ff293bec0877e9d17df934c9df86928351 /main.gd | |
| parent | 84524e46a378d3694ebee9ab541feefe01866219 (diff) | |
| download | surgery-log-8d4db7d2c92aa719da8ce218df9490283754d20b.tar.zst surgery-log-8d4db7d2c92aa719da8ce218df9490283754d20b.zip | |
Fixed database fields being parsed as floats instead of integers by JSON.
Diffstat (limited to 'main.gd')
| -rw-r--r-- | main.gd | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ onready var controls_sensible_to_keyboard := [ func _init(): + Physics2DServer.set_active(false) PhysicsServer.set_active(false) |
