mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-27 20:17:26 -04:00
parallel resource downloading
This commit is contained in:
parent
fb587a6d30
commit
fe5244d458
11 changed files with 116 additions and 40 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue