mirror of
https://github.com/lightsoutgames/godot-accessibility.git
synced 2024-11-22 03:45:56 +00:00
Initial commit. Plugin should print an initialization message, but is not yet added to the project.
This commit is contained in:
commit
8abd6e5a4c
9
addons/accessibility/accessibility.gd
Normal file
9
addons/accessibility/accessibility.gd
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
tool
|
||||||
|
extends EditorPlugin
|
||||||
|
|
||||||
|
func _enter_tree():
|
||||||
|
print("Hello, world.")
|
||||||
|
|
||||||
|
func _exit_tree():
|
||||||
|
# Clean-up of the plugin goes here
|
||||||
|
pass
|
7
addons/accessibility/plugin.cfg
Normal file
7
addons/accessibility/plugin.cfg
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
[plugin]
|
||||||
|
|
||||||
|
name="Accessibility"
|
||||||
|
description="An accessibility layer for Godot."
|
||||||
|
author="Nolan Darilek"
|
||||||
|
version="0.1.0"
|
||||||
|
script="accessibility.gd"
|
0
project.godot
Normal file
0
project.godot
Normal file
Loading…
Reference in New Issue
Block a user