3D platformer in the vein of SEGA's Sonic Adventure.
Go to file
blujai831 4e151ec943
I've decided shader globals shouldn't be initialized in their respective shaders because their initial values are specified in the project config.
2024-02-13 10:22:03 -08:00
audio Added some guard conditionals to AudioFader to make it resilient against, for example, playing null streams. 2024-01-24 15:39:13 -08:00
autoload/Wait Added license. Reimplemented Task (formerly Promise), TimeExt (formerly TimeIntervalFormatting), and Wait. 2024-01-02 19:34:41 -08:00
shaders I've decided shader globals shouldn't be initialized in their respective shaders because their initial values are specified in the project config. 2024-02-13 10:22:03 -08:00
ui Some uid's mysteriously decided to change. 2024-02-13 10:20:17 -08:00
util Fixed hang when TweenChannel.sync is called too late. 2024-01-24 12:13:09 -08:00
.gitattributes Initial commit. 2023-12-27 12:10:40 -08:00
.gitignore Added license. Reimplemented Task (formerly Promise), TimeExt (formerly TimeIntervalFormatting), and Wait. 2024-01-02 19:34:41 -08:00
LICENSE.txt Added license. Reimplemented Task (formerly Promise), TimeExt (formerly TimeIntervalFormatting), and Wait. 2024-01-02 19:34:41 -08:00
icon.svg Created Godot project. 2024-01-02 12:13:14 -08:00
icon.svg.import Created Godot project. 2024-01-02 12:13:14 -08:00
project.godot Added actions to input map. 2024-01-29 12:47:08 -08:00