Custom module

This commit is contained in:
Marco 2025-03-19 15:56:18 +01:00
commit 0b1ea343dc
25 changed files with 598 additions and 33 deletions

View file

@ -35,4 +35,3 @@ func _custom_fade_in(_time:float) -> bool:
## If you return false (by default) it will attempt to animate the "modulate" property.
func _custom_fade_out(_time:float) -> bool:
return false