Skip to content

Commit

Permalink
Updates Playground
Browse files Browse the repository at this point in the history
  • Loading branch information
Marak committed Feb 29, 2024
1 parent 566238c commit 5ea7ab8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mantra-worlds/Playground/Playground.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,6 @@ export default class Playground {
.y(-440)
.createEntity();

let sideTextGroup = game.make().name('side-text-group').style({
border: 'none',
backgroundColor: 'rgba(0, 0, 0, 0)',
}).position(-800, -400).createEntity();

let introText = game.make().Text().text('Select from the drop downs');
introText.color('white');
introText.position(280, 10);
Expand Down

0 comments on commit 5ea7ab8

Please sign in to comment.