Skip to content

Commit

Permalink
update icon + default filter
Browse files Browse the repository at this point in the history
  • Loading branch information
myin142 committed May 1, 2023
1 parent c585eea commit 771c834
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion addons/debug/Debug.gd
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@ func _zoom_cmd(args: Array[String] = []):
cam.zoom = Vector2(zoom, zoom)
print_line("Set camera zoom to %s" % zoom)
else:
print_line("Invalid zoom value for camera: %s" % args[0])
print_line("Invalid zoom value for camera: %s" % args[0])
Binary file removed icon.png
Binary file not shown.
1 change: 1 addition & 0 deletions icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -65,18 +65,18 @@ texture={
move_left={
"deadzone": 0.5,
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":-1.0,"script":null)
, 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":68,"key_label":0,"unicode":100,"echo":false,"script":null)
, 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":65,"key_label":0,"unicode":97,"echo":false,"script":null)
]
}
move_right={
"deadzone": 0.5,
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":1.0,"script":null)
, 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":65,"key_label":0,"unicode":97,"echo":false,"script":null)
, 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":68,"key_label":0,"unicode":100,"echo":false,"script":null)
]
}
dev={
"deadzone": 0.5,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":0,"key_label":0,"unicode":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":4194343,"physical_keycode":0,"key_label":0,"unicode":0,"echo":false,"script":null)
]
}

Expand All @@ -95,5 +95,6 @@ locale_filter=[0, []]

[rendering]

textures/canvas_textures/default_texture_filter=0
environment/default_clear_color=Color(0.101961, 0.101961, 0.101961, 1)
environment/default_environment="res://default_env.tres"
4 changes: 4 additions & 0 deletions src/menu/Pause.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1")

[node name="Pause" type="MarginContainer" parent="Control"]
Expand Down Expand Up @@ -43,6 +45,8 @@ text = "Back to Menu"
visible = false
layout_mode = 0
anchors_preset = 0
anchor_right = 0.0
anchor_bottom = 0.0

[connection signal="pressed" from="Control/Pause/CenterContainer/VBoxContainer/Resume" to="Control" method="_on_Resume_pressed"]
[connection signal="pressed" from="Control/Pause/CenterContainer/VBoxContainer/Options" to="Control" method="_on_Options_pressed"]
Expand Down

0 comments on commit 771c834

Please sign in to comment.