mirror of
https://github.com/Steffo99/swear-jar.git
synced 2024-11-21 23:34:18 +00:00
Remove log spawn
This commit is contained in:
parent
d26a9b5472
commit
ee536ff04c
2 changed files with 0 additions and 4 deletions
|
@ -23,11 +23,8 @@ func _on_sleeping_state_changed():
|
|||
was_sleeping = true
|
||||
|
||||
func _on_body_entered(body):
|
||||
|
||||
print("touch")
|
||||
if not was_sleeping:
|
||||
if touched==false and $Timer.is_stopped():
|
||||
print(str(self)+" hits "+str(body))
|
||||
#$sound_touch.play()
|
||||
$Timer.start()
|
||||
var other_node=body
|
||||
|
|
|
@ -55,7 +55,6 @@ func _on_purchase_success(what: PurchasableItem):
|
|||
store_collector_panel.hide()
|
||||
|
||||
func _on_store_collector_collected(_body: RigidBody2D):
|
||||
print("collected")
|
||||
update_counter_text()
|
||||
|
||||
func update_counter_text():
|
||||
|
|
Loading…
Reference in a new issue