8 lines
146 B
GDScript3
8 lines
146 B
GDScript3
|
class_name GDEaseFunc extends Node
|
||
|
|
||
|
const linear = 1.0
|
||
|
const ease_in = 0.4
|
||
|
const ease_out = 2.5
|
||
|
const ease_in_out = -2.5
|
||
|
const ease_out_in = -0.4
|