From 29420f40f8c706b6447656845f6a98e4939ba970 Mon Sep 17 00:00:00 2001 From: Mario Steele Date: Fri, 13 Jun 2025 17:11:31 -0500 Subject: [PATCH] Updated project.godot Added Input Action for debugging the switch between pokemon. --- project.godot | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/project.godot b/project.godot index 6a3096d..d7db4f8 100644 --- a/project.godot +++ b/project.godot @@ -27,6 +27,14 @@ project/assembly_name="PokePurple" enabled=PackedStringArray("res://addons/twitcher/plugin.cfg") +[input] + +debug_pokemon={ +"deadzone": 0.2, +"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":80,"key_label":0,"unicode":112,"location":0,"echo":false,"script":null) +] +} + [twitcher] editor/game_oauth_token="res://addons/twitcher/default_oauth_token.tres"