mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
added background, still needs parallax style scrolling though! - fixes #89
This commit is contained in:
parent
a58beb58d1
commit
1a71fa38f9
8 changed files with 47 additions and 6 deletions
20
app/Game/Client/View/Mesh.js
Normal file
20
app/Game/Client/View/Mesh.js
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
define([
|
||||
'Game/Config/Settings',
|
||||
'Lib/Utilities/NotificationCenter',
|
||||
"Lib/Vendor/Stats",
|
||||
"Lib/Vendor/Screenfull"
|
||||
],
|
||||
|
||||
function (Settings, Nc, Stats, Screenfull) {
|
||||
|
||||
function Mesh() {
|
||||
|
||||
}
|
||||
|
||||
Mesh.prototype.render = function() {
|
||||
|
||||
};
|
||||
|
||||
return Mesh;
|
||||
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue