Refactor and move easing equations

This commit is contained in:
kobewi
2021-09-24 13:23:49 +02:00
parent 5e4a71200e
commit 11e7963a14
6 changed files with 437 additions and 335 deletions

View File

@@ -6,11 +6,8 @@ Import("env")
thirdparty_obj = []
thirdparty_sources = "#thirdparty/misc/easing_equations.cpp"
env_thirdparty = env.Clone()
env_thirdparty.disable_warnings()
env_thirdparty.add_source_files(thirdparty_obj, thirdparty_sources)
env.scene_sources += thirdparty_obj
# Godot source files