Initial commit. Plugin should print an initialization message, but is not yet added to the project.

This commit is contained in:
Nolan Darilek 2018-05-26 11:34:15 +00:00
commit 8abd6e5a4c
3 changed files with 16 additions and 0 deletions

View 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

View 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
View File