mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
added basic level selection menu
This commit is contained in:
parent
8639876921
commit
2637008a33
54 changed files with 756 additions and 32 deletions
18
Bucket/Confetti.sync-conflict-20210908-155103-INKEX2M.gd
Normal file
18
Bucket/Confetti.sync-conflict-20210908-155103-INKEX2M.gd
Normal file
|
@ -0,0 +1,18 @@
|
|||
extends Node2D
|
||||
|
||||
|
||||
# Declare member variables here. Examples:
|
||||
# var a = 2
|
||||
# var b = "text"
|
||||
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready():
|
||||
$Green.emitting = true
|
||||
$Yellow.emitting = true
|
||||
$Pink.emitting = true
|
||||
$AnimationPlayer.play("+1Ball")
|
||||
|
||||
|
||||
func _on_KillTimer_timeout():
|
||||
queue_free()
|
Loading…
Add table
Add a link
Reference in a new issue