From f18c96576cbeafbd5e641444ec84107f8620a4aa Mon Sep 17 00:00:00 2001 From: "Ashiq A." Date: Thu, 20 Mar 2014 17:27:02 -0400 Subject: [PATCH] Add reference to FPS counter It's a single file, not it's own GitHub repo --- components/components.json | 1 + 1 file changed, 1 insertion(+) diff --git a/components/components.json b/components/components.json index e10ffed..f254b00 100644 --- a/components/components.json +++ b/components/components.json @@ -1,4 +1,5 @@ [ {"name":"TiledMapBuilder", "link": "https://github.com/Kibo/TiledMapBuilder"} , {"name":"ProgressBar", "link": "https://github.com/mucaho/crafty-component-progressbar"} +, {"name":"FPS Counter", "link": "https://github.com/deengames/a-day-and-a-night/blob/master/src/components/fps.js"} ]