Skip to content
Snippets Groups Projects
Commit e87d38d6 authored by Fabian Keßler's avatar Fabian Keßler
Browse files

Update input mapping

parent 31f83ac4
No related branches found
No related tags found
No related merge requests found
[gd_scene load_steps=9 format=3 uid="uid://coryu5r8revlm"] [gd_scene load_steps=10 format=3 uid="uid://coryu5r8revlm"]
[ext_resource type="FontFile" uid="uid://2c10u3pux7je" path="res://Winter Minie.ttf" id="1_6ca3a"] [ext_resource type="FontFile" uid="uid://2c10u3pux7je" path="res://Winter Minie.ttf" id="1_6ca3a"]
[ext_resource type="Texture2D" uid="uid://piua3jvbrri5" path="res://controls.png" id="2_2gk58"] [ext_resource type="Texture2D" uid="uid://piua3jvbrri5" path="res://controls.png" id="2_2gk58"]
...@@ -37,9 +37,9 @@ func _input(event: InputEvent) -> void: ...@@ -37,9 +37,9 @@ func _input(event: InputEvent) -> void:
Globals.reset_round() Globals.reset_round()
" "
[sub_resource type="LabelSettings" id="LabelSettings_2gk58"] [sub_resource type="LabelSettings" id="LabelSettings_svhta"]
font = ExtResource("1_6ca3a") font = ExtResource("1_6ca3a")
font_size = 86 font_size = 50
shadow_size = 5 shadow_size = 5
shadow_color = Color(0, 0, 0, 0.21) shadow_color = Color(0, 0, 0, 0.21)
...@@ -50,6 +50,12 @@ font_color = Color(0.760784, 0.796078, 0.839216, 1) ...@@ -50,6 +50,12 @@ font_color = Color(0.760784, 0.796078, 0.839216, 1)
shadow_size = 5 shadow_size = 5
shadow_color = Color(0, 0, 0, 0.21) shadow_color = Color(0, 0, 0, 0.21)
[sub_resource type="LabelSettings" id="LabelSettings_2gk58"]
font = ExtResource("1_6ca3a")
font_size = 86
shadow_size = 5
shadow_color = Color(0, 0, 0, 0.21)
[sub_resource type="AtlasTexture" id="AtlasTexture_318vg"] [sub_resource type="AtlasTexture" id="AtlasTexture_318vg"]
atlas = ExtResource("2_2gk58") atlas = ExtResource("2_2gk58")
region = Rect2(16.1584, 13.5481, 549.874, 399.436) region = Rect2(16.1584, 13.5481, 549.874, 399.436)
...@@ -92,7 +98,7 @@ layout_mode = 2 ...@@ -92,7 +98,7 @@ layout_mode = 2
size_flags_horizontal = 0 size_flags_horizontal = 0
size_flags_vertical = 0 size_flags_vertical = 0
text = "0" text = "0"
label_settings = SubResource("LabelSettings_2gk58") label_settings = SubResource("LabelSettings_svhta")
[node name="Start" type="MarginContainer" parent="."] [node name="Start" type="MarginContainer" parent="."]
layout_mode = 1 layout_mode = 1
......
...@@ -53,7 +53,7 @@ MoveDown={ ...@@ -53,7 +53,7 @@ MoveDown={
Grapple={ Grapple={
"deadzone": 0.2, "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":69,"key_label":0,"unicode":101,"location":0,"echo":false,"script":null) "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":69,"key_label":0,"unicode":101,"location":0,"echo":false,"script":null)
, Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"button_mask":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":2,"canceled":false,"pressed":false,"double_click":false,"script":null) , Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"button_mask":1,"position":Vector2(217, 22),"global_position":Vector2(231, 95),"factor":1.0,"button_index":1,"canceled":false,"pressed":true,"double_click":false,"script":null)
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":2,"pressure":0.0,"pressed":true,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":2,"pressure":0.0,"pressed":true,"script":null)
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":5,"axis_value":1.0,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":5,"axis_value":1.0,"script":null)
] ]
...@@ -61,7 +61,7 @@ Grapple={ ...@@ -61,7 +61,7 @@ Grapple={
Fish={ Fish={
"deadzone": 0.2, "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":81,"key_label":0,"unicode":113,"location":0,"echo":false,"script":null) "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":81,"key_label":0,"unicode":113,"location":0,"echo":false,"script":null)
, Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"button_mask":0,"position":Vector2(0, 0),"global_position":Vector2(0, 0),"factor":1.0,"button_index":1,"canceled":false,"pressed":false,"double_click":false,"script":null) , Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"button_mask":2,"position":Vector2(153, 25),"global_position":Vector2(167, 98),"factor":1.0,"button_index":2,"canceled":false,"pressed":true,"double_click":false,"script":null)
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":4,"axis_value":1.0,"script":null) , Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":4,"axis_value":1.0,"script":null)
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":0,"pressure":0.0,"pressed":true,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":0,"pressure":0.0,"pressed":true,"script":null)
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment