addon for remapping inputs
Diffstat (limited to 'project.godot')
| -rw-r--r-- | project.godot | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/project.godot b/project.godot index fd08610..a758d14 100644 --- a/project.godot +++ b/project.godot @@ -24,16 +24,16 @@ _global_script_classes=[ { "language": "GDScript", "path": "res://addons/remap/IconMap.gd" }, { -"base": "ActionLabel", -"class": "InteractiveActionLabel", -"language": "GDScript", -"path": "res://addons/remap/InteractiveActionLabel.gd" -}, { "base": "Node", "class": "KeySelector", "language": "GDScript", "path": "res://addons/remap/KeySelector.gd" }, { +"base": "HBoxContainer", +"class": "RemapButton", +"language": "GDScript", +"path": "res://addons/remap/RemapButton.gd" +}, { "base": "Reference", "class": "RemapUtilities", "language": "GDScript", @@ -48,8 +48,8 @@ _global_script_class_icons={ "ActionIcons": "", "ActionLabel": "", "IconMap": "", -"InteractiveActionLabel": "", "KeySelector": "", +"RemapButton": "", "RemapUtilities": "", "SaveLoadUtils": "" } |