mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
port to godot 3.4 because of 'non breaking changes' i am so mad
This commit is contained in:
parent
d90e99e579
commit
41c3dfa881
25 changed files with 59 additions and 674 deletions
|
|
@ -3,7 +3,7 @@ extends Node2D
|
|||
var scenes = []
|
||||
|
||||
func _ready():
|
||||
GameStats.connect("powerup_picked", self, "queue_free")
|
||||
var _connect = GameStats.connect("powerup_picked", self, "queue_free")
|
||||
scenes.append("res://Pegs/Yellow/PowerupCards/Scattershot.tscn")
|
||||
scenes.append("res://Pegs/Yellow/PowerupCards/Spring.tscn")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue