Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
playground
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
wildfirecode13
playground
Commits
eb25a193
Commit
eb25a193
authored
Jan 19, 2021
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
6e894377
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
DropItem.js
test/src/game/DropItem.js
+1
-1
main.js
test/src/game/main.js
+1
-1
No files found.
test/src/game/DropItem.js
View file @
eb25a193
...
...
@@ -9,6 +9,6 @@ export default class DropItem extends Sprite {
}
updatePosition
()
{
this
.
y
+=
10
;
this
.
y
+=
10
;
}
}
test/src/game/main.js
View file @
eb25a193
import
{
TextField
,
WidgetBase
}
from
'spark-wrapper-fyge'
;
import
{
WidgetBase
}
from
'spark-wrapper-fyge'
;
import
metaConfig
from
'../meta.json'
;
import
Root
from
'./Root'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment