Use "not" instead of the exclamation mark in GDScript files

Also add String casts
This commit is contained in:
Aaron Franke
2021-06-28 23:30:05 -04:00
parent 7bfc57d1ae
commit 7e129db12e
30 changed files with 67 additions and 66 deletions

View File

@@ -27,7 +27,7 @@ func strsec(secs):
func _process(_delta):
if !playing or !$Player.playing:
if not playing or not $Player.playing:
return
var time = 0.0