Skip to content

Commit 184b0fe

Browse files
committed
Optimize all images using oxipng -o6 --strip all --zopfli
1 parent 6a9bb96 commit 184b0fe

File tree

278 files changed

+7
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

278 files changed

+7
-0
lines changed

2d/dodge_the_creeps/Button.gd

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
extends Button
2+
3+
func _on_Button_pressed() -> void:
4+
if Input.is_mouse_button_pressed(BUTTON_LEFT):
5+
print("Left mouse button")
6+
if Input.is_mouse_button_pressed(BUTTON_RIGHT):
7+
print("Right mouse button")
-2.45 KB
-1.79 KB
-1.53 KB
-1.81 KB
-1.83 KB
-2.03 KB
-2.1 KB
-1.93 KB
-2.05 KB

0 commit comments

Comments
 (0)