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_sexy_robot.gd

20 lines
402 B
GDScript3
Raw Normal View History

2024-01-28 18:31:44 +01:00
extends "res://scripts/ads/ads_default.gd"
# Called when the node enters the scene tree for the first time.
func _ready():
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
pass
func exit_condition():
return condition
func _on_h_slider_value_changed(value):
print(value)
if (value > 98):
condition = true