diff --git a/cddagl/constants.py b/cddagl/constants.py index 9e1d7751..6b49e6db 100644 --- a/cddagl/constants.py +++ b/cddagl/constants.py @@ -45,11 +45,11 @@ 'Tiles': { 'x64': { 'Platform': 'x64', - 'Graphics': 'tiles' + 'Graphics': 'with-graphics-and-sounds' }, 'x86': { 'Platform': 'x32', - 'Graphics': 'tiles' + 'Graphics': 'with-graphics-and-sounds' } } }