1
Fork 0
mirror of https://github.com/RYGhub/the-cold-night.git synced 2024-11-22 12:44:20 +00:00

🧹 Remove intensity prints

This commit is contained in:
Steffo 2022-04-02 21:58:44 +02:00
parent 1fba3e5bd7
commit ea2422077a
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -16,7 +16,6 @@ signal intensity_reached_max
func set_intensity(value): func set_intensity(value):
intensity = clamp(value, min_intensity, max_intensity) intensity = clamp(value, min_intensity, max_intensity)
print(intensity)
# Update everything that needs to be updated when the intensity changes # Update everything that needs to be updated when the intensity changes
$Light.texture_scale = value $Light.texture_scale = value
# Trigger signals # Trigger signals