Skip to content

Commit 388b024

Browse files
committed
Migrate everything but pickups
1 parent 31794ad commit 388b024

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+57031
-565
lines changed

coin-pickup-game/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coin-pickup-game/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "coinpickupgame",
2+
"name": "vatominc-coin-pickup-game",
33
"version": "1.0.0",
44
"description": "A plugin for Vatom Spaces.",
55
"main": "src/index.js",

coin-pickup-game/vatom.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"id": "coinpickupgame",
3-
"name": "Coin Pick Up Game Plugin",
2+
"id": "vatominc-coin-pickup-game",
3+
"name": "Coin Pickup Game",
44
"version": "1.0.0",
55
"beta": true,
6-
"description": "Coin Pick Up Game Description",
6+
"description": "A game where users can walk over coins to collect them.",
77
"longDescription": "This plugin adds a game-like element to the SpatialWeb. It automatically drops "coins" which can then be collected by users by walking over it. Each coin simply increases an overall score counter.",
88
"configuration": "",
99
"category": "Fun",

gun/.babelrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"presets": [
3+
["@babel/preset-env"]
4+
]
5+
}

gun/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
node_modules
2+
/dist
3+
4+
# Intellij
5+
.idea/

gun/gallery/Screenshot1.png

8.41 KB
Loading

gun/icon/PluginIcon.png

8.41 KB
Loading

0 commit comments

Comments
 (0)