Skip to content

Commit

Permalink
can't park there mate
Browse files Browse the repository at this point in the history
  • Loading branch information
sky-is-winning committed Jun 22, 2024
1 parent fbe7bbd commit 7a1b765
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 95 deletions.
67 changes: 0 additions & 67 deletions src/scenes/components/MoveTo.js

This file was deleted.

27 changes: 0 additions & 27 deletions src/scenes/components/components.components
Original file line number Diff line number Diff line change
Expand Up @@ -317,33 +317,6 @@
}
]
},
{
"name": "MoveTo",
"baseClass": "",
"gameObjectType": "Phaser.GameObjects.GameObject",
"properties": [
{
"name": "x",
"label": "x",
"tooltip": "x",
"defValue": 0,
"customDefinition": false,
"type": {
"id": "number"
}
},
{
"name": "y",
"label": "y",
"tooltip": "y",
"defValue": 0,
"customDefinition": false,
"type": {
"id": "number"
}
}
]
},
{
"name": "Zone",
"baseClass": "SimpleButton",
Expand Down
1 change: 0 additions & 1 deletion src/scenes/components/components.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ export {default as Button} from './Button'
export {default as Draggable} from './Draggable'
export {default as DraggableContainer} from './DraggableContainer'
export {default as Interactive} from './Interactive'
export {default as MoveTo} from './MoveTo'
export {default as NineSlice} from './NineSlice'
export {default as ShowHint} from './ShowHint'
export {default as SimpleButton} from './SimpleButton'
Expand Down

0 comments on commit 7a1b765

Please sign in to comment.