This commit is contained in:
OddlyTimbot 2024-09-23 17:39:07 -04:00
parent 56da77cd2d
commit fd2ab93cbd

View File

@ -45,5 +45,5 @@ func placeBullet(speed, markerpos):
func crateFactory():
var myCrate = crate.instantiate()
myCrate.add_to_group("pushables")
myCrate.add_to_group("pushables")
return myCrate