Skip to content

Commit ea8ea2c

Browse files
committed
Shake that tree
1 parent 0b4b1cf commit ea8ea2c

43 files changed

Lines changed: 332 additions & 523 deletions

Some content is hidden

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

.run/build-client.run.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<component name="ProjectRunConfigurationManager">
22
<configuration default="false" name="build-client" type="js.build_tools.npm">
3-
<package-json value="$PROJECT_DIR$/clientlike/package.json" />
3+
<package-json value="$PROJECT_DIR$/client/package.json" />
44
<command value="run" />
55
<scripts>
66
<script value="build-client" />

.run/build-common.run.xml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.run/build-singleplayer.run.xml

Lines changed: 0 additions & 15 deletions
This file was deleted.
File renamed without changes.
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
2-
"name": "platformer3d-engine-client",
2+
"name": "platformer3d-engine",
33
"version": "0.2.0",
44
"license": "AGPL-3.0-or-later",
5-
"description": "A 3D Platformer Engine built for BOSIX with Web Technologies.",
5+
"description": "A 3D Platforming Engine built using Web Technologies.",
66
"scripts": {
7-
"build-client": "tsc -p clientlike/tsconfig.client.json",
8-
"build-singleplayer": "tsc -p clientlike/tsconfig.singleplayer.json",
7+
"build-client": "tsc -p tsconfig.client.json",
98
"update": "npm-check-updates -u"
109
},
1110
"repository": {
File renamed without changes.

0 commit comments

Comments
 (0)