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

Qq new feature with mod #3

Open
NikolayIgnatyev opened this issue Oct 9, 2024 · 0 comments
Open

Qq new feature with mod #3

NikolayIgnatyev opened this issue Oct 9, 2024 · 0 comments

Comments

@NikolayIgnatyev
Copy link

            // colored concrete (from More Placeable Tiles) (3-bit img)
            new ItemData("blue-refined-concrete", Color.FromRgb(0,0,255), ItemTypeEnum.Floor),
            new ItemData("black-refined-concrete", Color.FromRgb(0,0,0), ItemTypeEnum.Floor),
            new ItemData("cyan-refined-concrete", Color.FromRgb(0,255,255), ItemTypeEnum.Floor),
            new ItemData("green-refined-concrete", Color.FromRgb(0,255,0), ItemTypeEnum.Floor),
            new ItemData("purple-refined-concrete", Color.FromRgb(255,0,255), ItemTypeEnum.Floor),
            new ItemData("red-refined-concrete", Color.FromRgb(255,0,0), ItemTypeEnum.Floor),
            new ItemData("yellow-refined-concrete", Color.FromRgb(255,255,0), ItemTypeEnum.Floor),
            // white default concrete

this add need in items = new ItemData[] and convert 3-bit image (8-color image)

А нахер я все на английском написал?

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