Almost working save sytem but the data I store is totally wrong. I need to also save the entity IDs being used and map them to the components.
This commit is contained in:
parent
babc190525
commit
d113dba42f
15 changed files with 213 additions and 64 deletions
|
@ -21,6 +21,7 @@ runtests = executable('runtests', [
|
|||
'collider.cpp',
|
||||
'ansi_parser.cpp',
|
||||
'config.cpp',
|
||||
'save.cpp',
|
||||
'tests/fsm.cpp',
|
||||
'tests/dbc.cpp',
|
||||
'tests/map.cpp',
|
||||
|
@ -29,6 +30,7 @@ runtests = executable('runtests', [
|
|||
'tests/dinkyecs.cpp',
|
||||
'tests/ansi_parser.cpp',
|
||||
'tests/config.cpp',
|
||||
'tests/save.cpp',
|
||||
],
|
||||
dependencies: dependencies)
|
||||
|
||||
|
@ -45,6 +47,7 @@ roguish = executable('roguish', [
|
|||
'ansi_parser.cpp',
|
||||
'render.cpp',
|
||||
'config.cpp',
|
||||
'save.cpp',
|
||||
],
|
||||
dependencies: dependencies)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue