Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Refactoring]: Create preference for default light shape in LightSyntax #5258

Open
cwisniew opened this issue Feb 14, 2025 · 0 comments
Open
Assignees
Labels
refactor Refactoring the code for optimal awesomeness.

Comments

@cwisniew
Copy link
Member

Describe the problem

Create preference for default light shape in LightSyntax

// region Individual light properties
ShapeType shape = ShapeType.CIRCLE; // TODO: Make a preference for default shape
double width = 0;
double arc = 0;
double offset = 0;
boolean gmOnly = false;
boolean ownerOnly = false;
String distance;
// endregion

The improvement you'd like to see

Create preference for default light shape in LightSyntax

Expected Benefits

Flexibility

Additional Context

No response

@cwisniew cwisniew added the refactor Refactoring the code for optimal awesomeness. label Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Refactoring the code for optimal awesomeness.
Projects
None yet
Development

No branches or pull requests

2 participants