Skip to content

Instantly share code, notes, and snippets.

@nodlag
nodlag / EasingFunctions.gd
Created March 2, 2023 17:18
Easing Functions for GODOT ENGINE 4 in GDScript
#
# Easing Functions for GODOT ENGINE 4 in GDScript
#
# Created by Javier Garrido Galdón
#
# The MIT License (MIT)
#
# Copyright (c) 2023
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
@nodlag
nodlag / EasingFunctions.cs
Last active February 21, 2023 13:14 — forked from ManeFunction/EasingFunctions.cs
Easing Functions for Godot Engine
/*
* Created by C.J. Kimberlin
* https://gist.github.com/cjddmut/d789b9eb78216998e95c
*
* Modified by Ilia Petrov
* https://gist.github.com/ManeFunction/9f2d437fca6ccf31e4a48fec0584e21a
*
* Ported to Godot Engine by Javier Garrido Galdón
*
*