diff options
Diffstat (limited to 'buy_button.gd')
-rw-r--r-- | buy_button.gd | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/buy_button.gd b/buy_button.gd deleted file mode 100644 index 474dd4c..0000000 --- a/buy_button.gd +++ /dev/null @@ -1,11 +0,0 @@ -extends TextureButton - - -# Called when the node enters the scene tree for the first time. -func _ready() -> void: - pass # Replace with function body. - - -# Called every frame. 'delta' is the elapsed time since the previous frame. -func _process(delta: float) -> void: - pass |