7 lines
80 B
GDScript
7 lines
80 B
GDScript
extends Control
|
|
|
|
signal amount_changed(amount: int)
|
|
|
|
var key
|
|
var amount
|
|
var max
|