Anri/AdBlockNot
Archived
1
0
Fork 0
This repository has been archived on 2024-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
AdBlockNot/scripts/ads/ads_default.gd
2024-01-28 22:30:48 +01:00

18 lines
350 B
GDScript

extends "res://scripts/ads.gd"
# Called when the node enters the scene tree for the first time.
func _ready():
$Panel2/Button.disabled = true
pass
func exit_condition():
return condition
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(_delta):
close()
func _on_button_pressed():
print("pressed")