mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
11 lines
146 B
GDScript
11 lines
146 B
GDScript
extends Node
|
|
func on_hover():
|
|
$Hover.play(0)
|
|
|
|
func on_select():
|
|
$Select.play(0)
|
|
|
|
|
|
|
|
func scale_up() -> void:
|
|
pass # Replace with function body.
|