diff --git a/Construct [BP]/scripts/classes/Outliner.js b/Construct [BP]/scripts/classes/Outliner.js index be1baf8..0a50d5d 100644 --- a/Construct [BP]/scripts/classes/Outliner.js +++ b/Construct [BP]/scripts/classes/Outliner.js @@ -109,10 +109,10 @@ export class Outliner { getNextParticleColor() { if (this.lastWasBlack) { this.lastWasBlack = false; - return { red: 1, green: 1, blue: 0, alpha: 1 }; + return { red: 0.93333333, green: 0.77647059, blue: 0.13333333, alpha: 1 }; } else { this.lastWasBlack = true; - return { red: 0.15, green: 0.15, blue: 0.15, alpha: 1 }; + return { red: 0.09019608, green: 0.09019608, blue: 0.09019608, alpha: 1 }; } } } \ No newline at end of file diff --git a/Construct [BP]/structures/EndPortalRoom1.mcstructure b/Construct [BP]/structures/EndPortalRoom1.mcstructure deleted file mode 100644 index fc16428..0000000 Binary files a/Construct [BP]/structures/EndPortalRoom1.mcstructure and /dev/null differ diff --git a/Construct [BP]/structures/EndPortalRoom2.mcstructure b/Construct [BP]/structures/EndPortalRoom2.mcstructure deleted file mode 100644 index bd410a6..0000000 Binary files a/Construct [BP]/structures/EndPortalRoom2.mcstructure and /dev/null differ diff --git a/Construct [BP]/structures/EndPortalRoom3.mcstructure b/Construct [BP]/structures/EndPortalRoom3.mcstructure deleted file mode 100644 index 222cb08..0000000 Binary files a/Construct [BP]/structures/EndPortalRoom3.mcstructure and /dev/null differ diff --git a/Construct [BP]/structures/EndPortalRoom4.mcstructure b/Construct [BP]/structures/EndPortalRoom4.mcstructure deleted file mode 100644 index 4162173..0000000 Binary files a/Construct [BP]/structures/EndPortalRoom4.mcstructure and /dev/null differ diff --git a/demo.png b/demo.png index 28c4e49..666db91 100644 Binary files a/demo.png and b/demo.png differ