mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-06-01 19:19:31 +02:00
Set drop areas to "not highlighted" by default
This commit is contained in:
parent
751434c4d8
commit
f2b8a252a1
2 changed files with 4 additions and 4 deletions
scenes
|
@ -4,7 +4,7 @@ var hovered = false
|
|||
var highlighted = false setget _set_highlighted
|
||||
|
||||
func _ready():
|
||||
pass
|
||||
_set_highlighted(false)
|
||||
|
||||
func _mouse_entered():
|
||||
hovered = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue