parallel resource downloading

This commit is contained in:
Nordup 2024-12-07 13:49:51 +04:00
parent fb587a6d30
commit fe5244d458
11 changed files with 116 additions and 40 deletions

View file

@ -1,8 +1,8 @@
extends Control
class_name VignetteBlur
const BLUR_AMOUNT = "BlurAmount"
const UV_SCALE = "UVScale"
const BLUR_AMOUNT = &"BlurAmount"
const UV_SCALE = &"UVScale"
@export var blur_amount: float
@export var blur_amount_started: float