1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-17 12:01:13 +02:00

add kontra game engine template

This commit is contained in:
Kushagra Gour
2018-07-29 02:39:06 +05:30
parent 7610153dbb
commit eb7732ccb5
3 changed files with 43 additions and 9 deletions

View File

@@ -10,15 +10,8 @@ export default [
img: 'react-logo.svg'
},
{
id: 'html5-canvas',
title: 'HTML5 Canvas',
lastUpdatedTime: Date.now(),
img: 'html5-logo.svg'
},
{
id: 'html5-canvas-game',
title: 'HTML5 Canvas Game',
lastUpdatedTime: Date.now(),
id: 'kontra-game-engine',
title: 'Kontra HTML5 Game Engine',
img: 'html5-logo.svg'
}
];