Skip to content

Commit

Permalink
Added scaleBillboard button to gui
Browse files Browse the repository at this point in the history
  • Loading branch information
Chryfi authored and mchorse committed Jul 1, 2021
1 parent 3b09309 commit d271252
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public GuiSnowstormSpaceSection(Minecraft mc, GuiSnowstorm parent)
this.objectVelocity.add(Elements.label(IKey.lang("blockbuster.gui.snowstorm.space.angular_velocity")).marginTop(12), this.angularVelocity);

this.scaleColumns.add(this.scale);

this.scaleColumns.add(this.scaleBillboard);

this.fields.add(this.position, this.rotation, this.scaleColumns, this.direction, this.acceleration, this.gravity, this.objectVelocity);
}
Expand Down

0 comments on commit d271252

Please sign in to comment.