Skip to content

Commit

Permalink
🍩
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmoMyzrailGorynych committed Aug 16, 2020
1 parent 7973047 commit 9fa5805
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/data/ct.release/rooms.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class Room extends PIXI.Container {
this.onLeave = template.onLeave;
this.template = template;
this.name = template.name;
ct.pixiApp.renderer.backgroundColor = Number('0x' + this.template.backgroundColor.slice(1));
/*%beforeroomoncreate%*/
for (let i = 0, li = template.bgs.length; i < li; i++) {
const bg = new ct.types.Background(
Expand Down
1 change: 1 addition & 0 deletions app/data/i18n/English.json
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@
"events": "Room events",
"copies": "Copies",
"backgrounds": "Backgrounds",
"backgroundColor": "Background color:",
"tiles": "Tiles",
"properties": "Properties",
"add": "Add",
Expand Down

0 comments on commit 9fa5805

Please sign in to comment.