1
Fork 0
mirror of https://github.com/Steffo99/swear-jar.git synced 2024-11-22 07:44:17 +00:00
swear-jar/Game.gd

9 lines
108 B
GDScript3
Raw Normal View History

extends Node2D
2023-10-01 14:09:43 +00:00
func _on_roller_failure():
print("failure")
2023-10-01 14:09:43 +00:00
func _on_roller_success():
print("success")