mirror of
https://github.com/Steffo99/swear-jar.git
synced 2024-11-21 15:24:18 +00:00
8 lines
108 B
GDScript
8 lines
108 B
GDScript
extends Node2D
|
|
|
|
func _on_roller_failure():
|
|
print("failure")
|
|
|
|
|
|
func _on_roller_success():
|
|
print("success")
|