restructure of compositor and fix inconsistencies

This commit is contained in:
sphynx-owner
2024-08-25 18:50:52 +03:00
parent e7ebdac09e
commit 96886a7b13
7 changed files with 82 additions and 30 deletions

View File

@ -52,9 +52,6 @@ var custom_velocity : StringName = "custom_velocity"
var freeze : bool = false
func _get_max_dilation_range() -> float:
return tile_size;
var temp_intensity : float
var previous_time : float = 0

View File

@ -52,9 +52,6 @@ var custom_velocity : StringName = "custom_velocity"
var freeze : bool = false
func _get_max_dilation_range() -> float:
return tile_size;
var temp_intensity : float
var previous_time : float = 0