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

Wrong grid color property on mod exemple custom_theme.js #1569

Open
cesclass opened this issue Sep 28, 2023 · 0 comments
Open

Wrong grid color property on mod exemple custom_theme.js #1569

cesclass opened this issue Sep 28, 2023 · 0 comments

Comments

@cesclass
Copy link

The usage of the "grid" property cause an ingame red grid.

const RESOURCES = {
"my-theme.json": {
map: {
background: "#abc",
grid: "#ccc",
gridLineWidth: 1,

It's necessary to use the "gridRegular" and "gridPlacing" propertys instead.

{
"map": {
"background": "#3e3f47",
"gridRegular": "rgba(255, 255, 255, 0.02)",
"gridPlacing": "rgba(255, 255, 255, 0.06)",
"gridLineWidth": 0.5,

So, I think that the exemple need to be updated.

cesclass added a commit to cesclass/shapez.io-fork that referenced this issue Sep 28, 2023
@cesclass cesclass mentioned this issue Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant