Basic animations

This commit is contained in:
2022-12-04 15:36:40 -08:00
parent 695719a7f3
commit f5c1added6
15 changed files with 314 additions and 28 deletions

View File

@ -0,0 +1,10 @@
# Copyright (c) 2022 Dominic Masters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
# Sources
# target_sources(${DAWN_TARGET_NAME}
# PRIVATE
# Animation.cpp
# )