You've already forked MenuGraphr
mirror of
https://github.com/FullScreenShenanigans/MenuGraphr.git
synced 2026-04-28 13:02:13 -07:00
a825597f17
* Corrected "GeneralText"'s right padding
Increase the right side padding by `this.GameStarter.unitsize * 2` in
function `private addMenuWords`
* Revert "Corrected "GeneralText"'s right padding"
This reverts commit 97b40d46ed.
* test
test
* Ran `gulp setup` and `npm update`
* Corrected my mistake of changing `textProperties.paddingX` to 0 instead of `textProperties.paddingRight` to 0
* Un-deleted that line
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "menugraphr",
|
|
"description": "In-game menu and dialog creation and management for GameStartr.",
|
|
"version": "0.5.3",
|
|
"author": {
|
|
"name": "Josh Goldberg",
|
|
"email": "joshuakgoldberg@outlook.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@github.com:FullScreenShenanigans/MenuGraphr.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/FullScreenShenanigans/MenuGraphr/issues"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"changelinr": "^0.5.3",
|
|
"stringfilr": "^0.5.2",
|
|
"mapscreenr": "^0.5.2",
|
|
"itemsholdr": "^0.5.2",
|
|
"devicelayr": "^0.5.1",
|
|
"eightbittr": "^0.5.2",
|
|
"audioplayr": "^0.5.1",
|
|
"fpsanalyzr": "^0.5.1",
|
|
"gamesrunnr": "^0.5.3",
|
|
"groupholdr": "^0.5.1",
|
|
"inputwritr": "^0.5.2",
|
|
"mapscreatr": "^0.5.2",
|
|
"mathdecidr": "^0.5.1",
|
|
"modattachr": "^0.5.1",
|
|
"numbermakr": "^0.5.1",
|
|
"objectmakr": "^0.5.2",
|
|
"quadskeepr": "^0.5.2",
|
|
"areaspawnr": "^0.5.2",
|
|
"pixelrendr": "^0.5.2",
|
|
"pixeldrawr": "^0.5.1",
|
|
"sceneplayr": "^0.5.2",
|
|
"thinghittr": "^0.5.2",
|
|
"timehandlr": "^0.5.2",
|
|
"touchpassr": "^0.5.1",
|
|
"worldseedr": "^0.5.1",
|
|
"gamestartr": "^0.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"gulp-shenanigans": "^0.5.15"
|
|
}
|
|
}
|