summaryrefslogtreecommitdiff
path: root/buy_button.gd
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2024-11-15 19:55:15 -0600
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2024-11-15 19:55:15 -0600
commit4f5d964c6890f3281e8673905ab0158dca0ebcf8 (patch)
tree0a998981b599dc198f182bd63b2a80fe0f459390 /buy_button.gd
parent7059818b6fc7a1ce7a305b07ec3e5870ac31ec99 (diff)
complete stock mostly
Diffstat (limited to 'buy_button.gd')
-rw-r--r--buy_button.gd11
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