added Graphics and sound Effects and more overhauls
This commit is contained in:
parent
c887a2168c
commit
b9d4288900
214 changed files with 3378 additions and 198 deletions
10
addons/virtual_joystick/virtual_joystick_plugin.gd
Normal file
10
addons/virtual_joystick/virtual_joystick_plugin.gd
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
@tool
|
||||
extends EditorPlugin
|
||||
|
||||
|
||||
func _enter_tree():
|
||||
add_custom_type("Virtual Joystick", "Control", preload("virtual_joystick_instantiator.gd"), preload("virtual_joystick_icon.png"))
|
||||
|
||||
|
||||
func _exit_tree():
|
||||
remove_custom_type("Virtual Joystick")
|
||||
Loading…
Add table
Add a link
Reference in a new issue