{"id":21652408,"url":"https://github.com/samme/phaser-plugin-game-gui","last_synced_at":"2025-04-11T20:40:40.792Z","repository":{"id":57322868,"uuid":"83639530","full_name":"samme/phaser-plugin-game-gui","owner":"samme","description":"Inspect and manipulate some common game settings. Phaser 2/CE","archived":false,"fork":false,"pushed_at":"2018-04-21T02:49:25.000Z","size":1427,"stargazers_count":38,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-06T09:27:47.420Z","etag":null,"topics":["dat-gui","phaser"],"latest_commit_sha":null,"homepage":"https://samme.github.io/phaser-plugin-game-gui/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samme.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-02T05:47:36.000Z","updated_at":"2024-11-07T08:12:22.000Z","dependencies_parsed_at":"2022-09-13T19:14:11.792Z","dependency_job_id":null,"html_url":"https://github.com/samme/phaser-plugin-game-gui","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samme%2Fphaser-plugin-game-gui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samme%2Fphaser-plugin-game-gui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samme%2Fphaser-plugin-game-gui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samme%2Fphaser-plugin-game-gui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samme","download_url":"https://codeload.github.com/samme/phaser-plugin-game-gui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248147771,"owners_count":21055546,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dat-gui","phaser"],"created_at":"2024-11-25T07:55:12.499Z","updated_at":"2025-04-11T20:40:40.764Z","avatar_url":"https://github.com/samme.png","language":"JavaScript","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"![Screenshot](https://samme.github.io/phaser-plugin-game-gui/screenshot.png)\n\n[Demo](https://samme.github.io/phaser-plugin-game-gui/)\n\nQuick access to some common game settings and commands:\n\n  - Pause and frame-stepping\n  - Restart current state\n  - Camera flash, shake, position, and lerp\n  - Input (keyboard, mouse, touch) toggles\n  - Scale mode, start/stop fullscreen\n  - Sound mute and volume\n  - Slow motion\n\nInstall\n-------\n\nIf not using `bower` or `npm`, include [dat.gui](https://github.com/dataarts/dat.gui) and [index.js](./index.js) before your game scripts.\n\nUse\n---\n\n```javascript\n// In init() or create():\n// (If you've resized `world` or `camera`, add the plugin **after** those changes.)\ngame.plugins.add(Phaser.Plugin.GameGui);\n```\n\nYou can also pass options and access the GUI itself:\n\n```javascript\nvar gameGuiPlugin = game.plugins.add(Phaser.Plugin.GameGui, {\n  // Default options:\n  autoPlace: true,\n  width: 245,\n});\n\ngameGuiPlugin.gui.width = 400;\ngameGuiPlugin.gui.closed = true;\ngameGuiPlugin.gui.destroy();\n```\n\nThanks\n------\n\n[Demo](https://samme.github.io/phaser-plugin-game-gui/) sound effects by Eric Matyas [www.soundimage.org](http://www.soundimage.org)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamme%2Fphaser-plugin-game-gui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamme%2Fphaser-plugin-game-gui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamme%2Fphaser-plugin-game-gui/lists"}