mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-12-21 13:16:49 +01:00
7 lines
129 B
GDScript3
7 lines
129 B
GDScript3
|
extends Button
|
||
|
|
||
|
func _ready():
|
||
|
if Settings.get_value("ui", "touchscreen_mode"):
|
||
|
rect_min_size = Vector2(rect_min_size.x, 40)
|
||
|
|