1
0
mirror of https://github.com/psychopy/psychojs.git synced 2025-05-10 10:40:54 +00:00

ENH: Alias "star" and "star7"

This commit is contained in:
Todd Parsons 2023-01-13 14:46:07 +00:00
parent 11bddceb80
commit da9b892ead

View File

@ -395,3 +395,5 @@ ShapeStim.KnownShapes = {
[0.5, 0.0],
],
};
// Alias some names for convenience
ShapeStim.KnownShapes['star'] = ShapeStim.KnownShapes['star7']