Skip to content

Commit

Permalink
fix silly crashing
Browse files Browse the repository at this point in the history
  • Loading branch information
sky-is-winning committed Jun 22, 2024
1 parent 7a1b765 commit a2cc562
Show file tree
Hide file tree
Showing 38 changed files with 33 additions and 65 deletions.
3 changes: 1 addition & 2 deletions src/scenes/igloos/backyard/Backyard.scene
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"id": "4b7ede61-736d-4872-8519-1f177d2fbe45",
"label": "door",
"components": [
"Button",
"MoveTo"
"Button"
],
"texture": {
"key": "backyard",
Expand Down
3 changes: 1 addition & 2 deletions src/scenes/igloos/beachparty/BeachParty.scene
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
"id": "732f36d5-48da-4e68-89e7-4a4bd364db8f",
"label": "door",
"components": [
"Button",
"MoveTo"
"Button"
],
"texture": {
"key": "beachparty",
Expand Down
3 changes: 1 addition & 2 deletions src/scenes/igloos/candysplitlevel/CandySplitLevel.scene
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
"id": "14cd531d-9d8f-4a8e-8d98-ae8eed9e6e79",
"label": "door",
"components": [
"Button",
"MoveTo"
"Button"
],
"texture": {
"key": "candysplitlevel",
Expand Down
3 changes: 1 addition & 2 deletions src/scenes/igloos/cave/Cave.scene
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
"id": "35d1af15-7890-4fce-967f-20875afffd39",
"label": "door",
"components": [
"Button",
"MoveTo"
"Button"
],
"texture": {
"key": "cave",
Expand Down
3 changes: 1 addition & 2 deletions src/scenes/igloos/cozycottage/CozyCottage.scene
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"id": "82bdfddb-14fa-4a3c-9aa1-8ace756a404d",
"label": "door",
"components": [
"Button",
"MoveTo"
"Button"
],
"texture": {
"key": "cozycottage",
Expand Down
1 change: 0 additions & 1 deletion src/scenes/igloos/creepycavern/CreepyCavern.scene
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"id": "b8764204-0b5f-452a-b75f-754b1df70e35",
"label": "door",
"components": [
"MoveTo",
"Button"
],
"texture": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"id": "513fc3ab-bb9e-4450-9601-6a8f3afadaf5",
"label": "door",
"components": [
"Button",
"MoveTo"
"Button"
],
"texture": {
"key": "deluxegingerbreadhouse",
Expand Down
3 changes: 1 addition & 2 deletions src/scenes/igloos/dojo/Dojo.scene
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"id": "bf50a6f7-88be-4ac8-b675-9edbf0b838fb",
"label": "door",
"components": [
"Button",
"MoveTo"
"Button"
],
"texture": {
"key": "dojo",
Expand Down
3 changes: 1 addition & 2 deletions src/scenes/igloos/eeriecastle/EerieCastle.scene
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"id": "7cf6487e-f4a0-443d-88f4-44aab0e7fcb4",
"label": "door",
"components": [
"Button",
"MoveTo"
"Button"
],
"texture": {
"key": "eeriecastle",
Expand Down
3 changes: 1 addition & 2 deletions src/scenes/igloos/estate/Estate.scene
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"id": "d581e79d-4b70-4860-a22f-7517a3527658",
"label": "door",
"components": [
"Button",
"MoveTo"
"Button"
],
"texture": {
"key": "estate",
Expand Down
3 changes: 1 addition & 2 deletions src/scenes/igloos/ezrashideout/EzrasHideout.scene
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
"id": "dc90aaba-86af-48db-ab50-9c1adf49ee45",
"label": "door",
"components": [
"Button",
"MoveTo"
"Button"
],
"texture": {
"key": "ezrashideout",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"id": "2b1b7944-be83-494c-9e67-a3ceb559d72c",
"label": "door",
"components": [
"MoveTo",
"Button"
],
"texture": {
Expand Down
3 changes: 1 addition & 2 deletions src/scenes/igloos/ghostlycavern/GhostlyCavern.scene
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"id": "0b95f1fd-4eee-431d-bdeb-74df507bbd78",
"label": "door",
"components": [
"Button",
"MoveTo"
"Button"
],
"texture": {
"key": "ghostlycavern",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import IglooScene from '../IglooScene'
import {SimpleButton, MoveTo} from '@components/components'
import {SimpleButton} from '@components/components'

/* START OF COMPILED CODE */

Expand Down
2 changes: 1 addition & 1 deletion src/scenes/igloos/gingerbreadhouse/GingerbreadHouse.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import IglooScene from '../IglooScene'
import {SimpleButton, MoveTo} from '@components/components'
import {SimpleButton} from '@components/components'

/* START OF COMPILED CODE */

Expand Down
3 changes: 1 addition & 2 deletions src/scenes/igloos/greenclover/GreenClover.scene
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"id": "5b72d683-9cd8-440e-8aaf-cfb8a800528c",
"label": "door",
"components": [
"Button",
"MoveTo"
"Button"
],
"texture": {
"key": "greenclover",
Expand Down
1 change: 0 additions & 1 deletion src/scenes/igloos/greyicecastle/GreyIceCastle.scene
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"id": "e4e30293-987f-49f4-ad7c-9b49ee842dd4",
"label": "door",
"components": [
"MoveTo",
"Button"
],
"texture": {
Expand Down
3 changes: 1 addition & 2 deletions src/scenes/igloos/gymnasium/Gymnasium.scene
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
"id": "3172b65b-8901-415b-aea5-6d276557c1fe",
"label": "door",
"components": [
"Button",
"MoveTo"
"Button"
],
"texture": {
"key": "gymnasium",
Expand Down
3 changes: 1 addition & 2 deletions src/scenes/igloos/icecastle/IceCastle.scene
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
"id": "13ac3ffb-d6d6-4c9b-891f-6d7da851c5fb",
"label": "door",
"components": [
"Button",
"MoveTo"
"Button"
],
"texture": {
"key": "icecastle",
Expand Down
3 changes: 1 addition & 2 deletions src/scenes/igloos/icepalace/IcePalace.scene
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"id": "1f889a08-4b56-41f8-8ccc-5b50b2313038",
"label": "door",
"components": [
"Button",
"MoveTo"
"Button"
],
"texture": {
"key": "icepalace",
Expand Down
3 changes: 1 addition & 2 deletions src/scenes/igloos/imperialbase/ImperialBase.scene
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"id": "20d44ae1-0b2c-4019-90fb-6de6531a9434",
"label": "door",
"components": [
"Button",
"MoveTo"
"Button"
],
"texture": {
"key": "imperialbase",
Expand Down
3 changes: 1 addition & 2 deletions src/scenes/igloos/restaurant/Restaurant.scene
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"id": "fd8d1d48-7b1f-4013-bbf8-040178b952dc",
"label": "door",
"components": [
"Button",
"MoveTo"
"Button"
],
"texture": {
"key": "restaurant",
Expand Down
3 changes: 1 addition & 2 deletions src/scenes/igloos/schoolhouse/Schoolhouse.scene
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
"label": "door",
"scope": "CLASS",
"components": [
"Button",
"MoveTo"
"Button"
],
"texture": {
"key": "schoolhouse",
Expand Down
3 changes: 1 addition & 2 deletions src/scenes/igloos/secretbase/SecretBase.scene
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"id": "4f146693-218d-4ee7-98c2-8ce3fd4c684b",
"label": "door",
"components": [
"Button",
"MoveTo"
"Button"
],
"texture": {
"key": "secretbase",
Expand Down
3 changes: 1 addition & 2 deletions src/scenes/igloos/sharksgym/SharksGym-preview.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import IglooScene from '../IglooScene'
import {SimpleButton, MoveTo} from '@components/components'
import {SimpleButton} from '@components/components'

/* START OF COMPILED CODE */

Expand Down Expand Up @@ -48,7 +48,6 @@ export default class SharksGym extends IglooScene {

// rectangle_1 (components)
new SimpleButton(rectangle_1)
new MoveTo(rectangle_1)

this.floor = floor
this.sort = sort
Expand Down
3 changes: 1 addition & 2 deletions src/scenes/igloos/sharksgym/SharksGym.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import IglooScene from '../IglooScene'
import {SimpleButton, MoveTo} from '@components/components'
import {SimpleButton} from '@components/components'

/* START OF COMPILED CODE */

Expand Down Expand Up @@ -46,7 +46,6 @@ export default class SharksGym extends IglooScene {

// rectangle_1 (components)
new SimpleButton(rectangle_1)
new MoveTo(rectangle_1)

this.floor = floor
this.sort = sort
Expand Down
3 changes: 1 addition & 2 deletions src/scenes/igloos/sharksgym/SharksGym.scene
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@
"id": "d85c6b4f-a59a-487b-829c-4bc270a4bc1a",
"label": "rectangle_1",
"components": [
"SimpleButton",
"MoveTo"
"SimpleButton"
],
"x": 204.70242562990978,
"y": 730.9859953942396,
Expand Down
2 changes: 1 addition & 1 deletion src/scenes/igloos/snowglobe/Snowglobe-preview.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import IglooScene from '../IglooScene'
import {Animation, Button, MoveTo, SimpleButton} from '@components/components'
import {Animation, SimpleButton} from '@components/components'

/* START OF COMPILED CODE */

Expand Down
2 changes: 1 addition & 1 deletion src/scenes/igloos/snowglobe/Snowglobe.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import IglooScene from '../IglooScene'
import {Animation, Button, MoveTo, SimpleButton} from '@components/components'
import {Animation, SimpleButton} from '@components/components'

/* START OF COMPILED CODE */

Expand Down
3 changes: 1 addition & 2 deletions src/scenes/igloos/snowybackyard/SnowyBackyard.scene
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"id": "93528dab-1a17-4233-9c0e-97b7cce4af4a",
"label": "door",
"components": [
"Button",
"MoveTo"
"Button"
],
"texture": {
"key": "snowybackyard",
Expand Down
3 changes: 1 addition & 2 deletions src/scenes/igloos/splitlevelsnow/SplitLevelSnow.scene
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
"id": "dee500f9-e52d-4425-8188-ccd0bac25382",
"label": "door",
"components": [
"Button",
"MoveTo"
"Button"
],
"texture": {
"key": "splitlevelsnow",
Expand Down
3 changes: 1 addition & 2 deletions src/scenes/igloos/springpalace/SpringPalace.scene
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"id": "8d0caa7a-ab38-48a6-a687-15bac31fefab",
"label": "door",
"components": [
"Button",
"MoveTo"
"Button"
],
"texture": {
"key": "springpalace",
Expand Down
3 changes: 1 addition & 2 deletions src/scenes/igloos/stage/Stage.scene
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"id": "06fea4c0-7d01-4cfc-8e34-363c8d0757da",
"label": "door",
"components": [
"Button",
"MoveTo"
"Button"
],
"texture": {
"key": "stage",
Expand Down
1 change: 0 additions & 1 deletion src/scenes/igloos/sweetswirl/SweetSwirl.scene
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"id": "76582fa0-0ec7-4d55-9c7b-3085750ddbea",
"label": "door",
"components": [
"MoveTo",
"Button"
],
"texture": {
Expand Down
3 changes: 1 addition & 2 deletions src/scenes/igloos/theatre/Theatre.scene
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"id": "4e6df9c1-a30f-4942-af85-c441bd8de71a",
"label": "door",
"components": [
"Button",
"MoveTo"
"Button"
],
"texture": {
"key": "theatre",
Expand Down
1 change: 0 additions & 1 deletion src/scenes/igloos/trainstation/TrainStation.scene
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"id": "6243e141-c4a8-4378-b6bf-911004666e5b",
"label": "door",
"components": [
"MoveTo",
"Button"
],
"texture": {
Expand Down
2 changes: 1 addition & 1 deletion src/scenes/igloos/whalesmouth/WhalesMouth-preview.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import IglooScene from '../IglooScene'
import {Button, MoveTo, LocalisedSprite} from '@components/components'
import {LocalisedSprite} from '@components/components'

/* START OF COMPILED CODE */

Expand Down
2 changes: 1 addition & 1 deletion src/scenes/igloos/whalesmouth/WhalesMouth.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import IglooScene from '../IglooScene'
import {Button, MoveTo, LocalisedSprite} from '@components/components'
import {LocalisedSprite} from '@components/components'

/* START OF COMPILED CODE */

Expand Down

0 comments on commit a2cc562

Please sign in to comment.