mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-03 19:51:16 +00:00
Added scene palette addon
This commit is contained in:
parent
616062c62d
commit
687d3f7803
43 changed files with 1471 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
@tool
|
||||
extends Button
|
||||
|
||||
|
||||
func _on_mouse_entered():
|
||||
scale = Vector2(1.05, 1.05)
|
||||
|
||||
func _on_mouse_exited():
|
||||
scale = Vector2.ONE
|
||||
Loading…
Add table
Add a link
Reference in a new issue