template.polyproject 555 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <TauProject>
  3. <entryPoint>/Source/Main.lua</entryPoint>
  4. <backgroundColor red="0" green="0" blue="0"></backgroundColor>
  5. <defaultWidth>640</defaultWidth>
  6. <defaultHeight>480</defaultHeight>
  7. <frameRate>60</frameRate>
  8. <antiAliasingLevel>0</antiAliasingLevel>
  9. <fullScreen>false</fullScreen>
  10. <openDocuments>
  11. <openDocument>Source/Main.lua</openDocument>
  12. </openDocuments>
  13. <expandedTreeItems>
  14. <expandedTreeItem></expandedTreeItem>
  15. <expandedTreeItem>Source</expandedTreeItem>
  16. </expandedTreeItems>
  17. </TauProject>