mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
added cool animation to springs
This commit is contained in:
parent
7b67b3aef6
commit
a88727b2d8
13 changed files with 267 additions and 47 deletions
|
@ -1,7 +1,7 @@
|
|||
extends Label
|
||||
|
||||
func _ready():
|
||||
GameStats.connect("score_changed", self, "update_score_text")
|
||||
var _connect = GameStats.connect("score_changed", self, "update_score_text")
|
||||
text = String(GameStats.score)
|
||||
|
||||
func update_score_text(value):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue