Compare commits
1 Commits
develop
...
227a83d1f0
| Author | SHA1 | Date | |
|---|---|---|---|
| 227a83d1f0 |
10
README.md
10
README.md
@@ -1,13 +1,9 @@
|
|||||||
# Puzzle'z
|
# Puzzlez
|
||||||
|
|
||||||
Puzzle game
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## Play
|
## Play
|
||||||
|
|
||||||
https://shmyga.ru/puzzlez/html5/index.html
|
https://shmyga.ru/puzzlez/html5/index.html
|
||||||
|
|
||||||
## Releases
|
## Packages
|
||||||
|
|
||||||
https://git.shmyga.ru/InfernalGames/puzzlez/releases
|
https://git.shmyga.ru/InfernalGames/-/packages/generic/puzzlez
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 357 KiB |
10
gulpfile.js
10
gulpfile.js
@@ -4,11 +4,8 @@ const Config = require("./config.json");
|
|||||||
const packageInfo = require("./package.json");
|
const packageInfo = require("./package.json");
|
||||||
const { System, Sdk, Haxe, Project } = require("gulp-haxetool");
|
const { System, Sdk, Haxe, Project } = require("gulp-haxetool");
|
||||||
const dateformat = require("dateformat");
|
const dateformat = require("dateformat");
|
||||||
const argv = require("yargs").argv;
|
|
||||||
const publish = require("./tasks/gulp-publish");
|
const publish = require("./tasks/gulp-publish");
|
||||||
|
|
||||||
Project.useRuffle();
|
|
||||||
|
|
||||||
if (packageInfo.haxe) {
|
if (packageInfo.haxe) {
|
||||||
Haxe.VERSION = packageInfo.haxe;
|
Haxe.VERSION = packageInfo.haxe;
|
||||||
}
|
}
|
||||||
@@ -66,9 +63,6 @@ const config = new Project.Config({
|
|||||||
flags: ["proto_debug"],
|
flags: ["proto_debug"],
|
||||||
});
|
});
|
||||||
|
|
||||||
const host = argv.host || "localhost";
|
|
||||||
const port = argv.port || 5000;
|
|
||||||
|
|
||||||
const app = new Project(
|
const app = new Project(
|
||||||
Project.BuildSystem.OPENFL,
|
Project.BuildSystem.OPENFL,
|
||||||
[
|
[
|
||||||
@@ -93,10 +87,6 @@ const app = new Project(
|
|||||||
width: 1280,
|
width: 1280,
|
||||||
height: 768,
|
height: 768,
|
||||||
},
|
},
|
||||||
macros: [
|
|
||||||
`CompilationOption.set('host','${host}')`,
|
|
||||||
`CompilationOption.set('port',${port})`,
|
|
||||||
],
|
|
||||||
flags: ["app"],
|
flags: ["app"],
|
||||||
}),
|
}),
|
||||||
).bind(module, gulp);
|
).bind(module, gulp);
|
||||||
|
|||||||
475
package-lock.json
generated
475
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -9,7 +9,7 @@
|
|||||||
"gulp-add": "0.0.2",
|
"gulp-add": "0.0.2",
|
||||||
"gulp-clean": "^0.4.0",
|
"gulp-clean": "^0.4.0",
|
||||||
"gulp-cli": "^2.2.0",
|
"gulp-cli": "^2.2.0",
|
||||||
"gulp-haxetool": "^0.2.1",
|
"gulp-haxetool": "^0.1.9",
|
||||||
"yargs": "^13.2.4"
|
"yargs": "^13.2.4"
|
||||||
},
|
},
|
||||||
"haxeDependencies": {
|
"haxeDependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user