1
Fork 0
mirror of https://github.com/Steffo99/swear-jar.git synced 2024-11-21 23:34:18 +00:00

Remove unused Game.gd

This commit is contained in:
Steffo 2023-10-02 13:39:29 +02:00
parent 563774a6d8
commit d26a9b5472
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -1,8 +0,0 @@
extends Node2D
func _on_roller_failure():
print("failure")
func _on_roller_success():
print("success")