summaryrefslogtreecommitdiff
path: root/plugins/hello_world
Commit message (Collapse)AuthorAgeFilesLines
* Switch the interface to extend from `RefCounted` so they can automatically ↵Fredia Huya-Kouadio2024-05-191-1/+1
| | | | be freed when the game exits.
* Fix the plugins packaging to address ↵Fredia Huya-Kouadio2023-11-265-13/+1
| | | | https://github.com/godotengine/godot/issues/85395
* Update the 'HelloWorld' sample plugin directory structureFredia Huya-Kouadio2023-10-0811-46/+46
|
* Move the Godot Android library dependency to `config.gradle`Fredia Huya-Kouadio2023-08-181-2/+1
| | | | This simplifies the process of updating the Godot Android lib dependency for all projects.
* Update the 'Hello World' plugin sample to match updates to the addon's ↵Fredia Huya-Kouadio2023-08-1714-16/+50
| | | | folder structure
* Misc cleanupFredia Huya-Kouadio2023-08-162-1/+3
|
* Update the directory structure to make room for additional Godot Android ↵Fredia Huya-Kouadio2023-07-1421-0/+467
samples besides plugins