Add Customizer options for wrapping in Grid Layout Shuffle

This commit is contained in:
Catobat
2026-01-12 22:20:26 +01:00
parent 4b7c453219
commit 56e4a8c59b
3 changed files with 25 additions and 3 deletions

View File

@@ -263,6 +263,11 @@ class CustomSettings(object):
return self.file_source['ow-edges']
return None
def get_owgrid(self):
if 'ow-grid' in self.file_source:
return self.file_source['ow-grid']
return None
def get_owcrossed(self):
if 'ow-crossed' in self.file_source:
return self.file_source['ow-crossed']