Commit eb25a193 authored by wildfirecode13's avatar wildfirecode13

1

parent 6e894377
...@@ -9,6 +9,6 @@ export default class DropItem extends Sprite { ...@@ -9,6 +9,6 @@ export default class DropItem extends Sprite {
} }
updatePosition() { updatePosition() {
this.y += 10; this.y +=10;
} }
} }
import { TextField, WidgetBase } from 'spark-wrapper-fyge'; import { WidgetBase } from 'spark-wrapper-fyge';
import metaConfig from '../meta.json'; import metaConfig from '../meta.json';
import Root from './Root'; import Root from './Root';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment