gd: added input addon
This commit is contained in:
12
guide_examples/two_joysticks/actions/player_one_move.tres
Normal file
12
guide_examples/two_joysticks/actions/player_one_move.tres
Normal file
@ -0,0 +1,12 @@
|
||||
[gd_resource type="Resource" script_class="GUIDEAction" load_steps=2 format=3 uid="uid://d31d5dpoavou1"]
|
||||
|
||||
[ext_resource type="Script" path="res://addons/guide/guide_action.gd" id="1_w3ruv"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_w3ruv")
|
||||
name = &"player_one_move"
|
||||
action_value_type = 2
|
||||
emit_as_godot_actions = false
|
||||
is_remappable = false
|
||||
display_name = ""
|
||||
display_category = ""
|
12
guide_examples/two_joysticks/actions/player_two_move.tres
Normal file
12
guide_examples/two_joysticks/actions/player_two_move.tres
Normal file
@ -0,0 +1,12 @@
|
||||
[gd_resource type="Resource" script_class="GUIDEAction" load_steps=2 format=3 uid="uid://7g78pa31v44m"]
|
||||
|
||||
[ext_resource type="Script" path="res://addons/guide/guide_action.gd" id="1_cuk0c"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_cuk0c")
|
||||
name = &"player_two_move"
|
||||
action_value_type = 2
|
||||
emit_as_godot_actions = false
|
||||
is_remappable = false
|
||||
display_name = ""
|
||||
display_category = ""
|
Reference in New Issue
Block a user