Chain cutscenes and rendering text.

This commit is contained in:
2025-10-29 09:54:03 -05:00
parent a48fa50a3e
commit e05a3e751c
16 changed files with 181 additions and 38 deletions

View File

@@ -0,0 +1,9 @@
# Copyright (c) 2025 Dominic Masters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
# Sources
target_sources(microrpg PRIVATE
cutsceneitem.c
)