Game Development Reference
In-Depth Information
Figure 2-10. You can configure your application's settings and capabilities by clicking on the pack-
age.appxmanifest file.
I'll go over some of the more complex options, such as the Capabilities tab, later on in the
topic.
Finally, I want to cover the anatomy of the default.html file, as you will most likely be repla-
cing some of the code in here or supplementing it with your own. As you can see, the basic
code structure is fairly straightforward.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>HTMLGameTest</title>
<!-- WinJS references -->
<link href="//Microsoft.WinJS.1.0/css/ui-dark.css" rel="stylesheet" />
Search WWH ::




Custom Search