4 lines
74 B
GDScript
4 lines
74 B
GDScript
extends Node
|
|
|
|
func boolToNumb(val, offset=0):
|
|
return float(val) + offset
|