{"id":20778971,"url":"https://github.com/andersmmg/godot-snackbar","last_synced_at":"2025-10-28T21:09:48.533Z","repository":{"id":129119835,"uuid":"379098682","full_name":"andersmmg/godot-snackbar","owner":"andersmmg","description":"Simple snackbars in Godot Engine","archived":false,"fork":false,"pushed_at":"2021-06-22T00:50:15.000Z","size":14,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-18T08:36:55.691Z","etag":null,"topics":["gdscript","godot-engine","godotengine","notifications","snackbar"],"latest_commit_sha":null,"homepage":"","language":"GDScript","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/andersmmg.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-22T00:36:51.000Z","updated_at":"2023-08-08T11:07:22.000Z","dependencies_parsed_at":"2023-03-23T23:17:42.611Z","dependency_job_id":null,"html_url":"https://github.com/andersmmg/godot-snackbar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andersmmg%2Fgodot-snackbar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andersmmg%2Fgodot-snackbar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andersmmg%2Fgodot-snackbar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andersmmg%2Fgodot-snackbar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andersmmg","download_url":"https://codeload.github.com/andersmmg/godot-snackbar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243119537,"owners_count":20239321,"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":["gdscript","godot-engine","godotengine","notifications","snackbar"],"created_at":"2024-11-17T13:25:19.691Z","updated_at":"2025-10-28T21:09:43.498Z","avatar_url":"https://github.com/andersmmg.png","language":"GDScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# godot-snackbar\nSimple snackbars in Godot Engine\n\n![screenshot](screenshot1.png)\n\n## Usage\nClone this repo, or just copy the `snackbar.gd` file to your project.\n\nAdd the `snackbar.gd` file to your autoloads and call the `show_snackbar()` function.\n\n## Examples\n```gdscript\nSnackbar.show_snackbar(\"default message\", wait_time, \"default\")\n\nSnackbar.show_snackbar(\"success message\", wait_time, \"success\")\n\t\nSnackbar.show_snackbar(\"error message\", wait_time, \"error\")\n\t\nSnackbar.show_snackbar(\"warning message\", wait_time, \"warning\")\n\t\nSnackbar.show_snackbar(\"notice message\", wait_time, \"notice\")\n\t\nSnackbar.show_custom_snackbar(\"custom message\", wait_time, [Color(\"#b504a0\"),Color(\"#f2ff3d\")])\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandersmmg%2Fgodot-snackbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandersmmg%2Fgodot-snackbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandersmmg%2Fgodot-snackbar/lists"}