Multiple changes

This commit is contained in:
Leroy Hopson 2020-09-29 16:16:59 +07:00
parent f63246d8ea
commit db8e674358
31 changed files with 5058 additions and 1031 deletions

View file

@ -17,3 +17,7 @@ func get_class() -> String:
func is_class(name) -> bool:
return name == get_class() or .is_class(name)
func _init():
step = 0.01 # Parent override.