|
56 | 56 | <TypeScriptOutFile>../build/phaser.js</TypeScriptOutFile> |
57 | 57 | <TypeScriptGeneratesDeclarations>true</TypeScriptGeneratesDeclarations> |
58 | 58 | </PropertyGroup> |
59 | | - <ItemGroup /> |
| 59 | + <ItemGroup> |
| 60 | + <Folder Include="physics\arcade\" /> |
| 61 | + </ItemGroup> |
60 | 62 | <ItemGroup> |
61 | 63 | <Content Include="components\animation\AnimationManager.js"> |
62 | 64 | <DependentUpon>AnimationManager.ts</DependentUpon> |
|
161 | 163 | </Content> |
162 | 164 | <TypeScriptCompile Include="Motion.ts" /> |
163 | 165 | <TypeScriptCompile Include="math\Vec2.ts" /> |
| 166 | + <TypeScriptCompile Include="math\Transform.ts" /> |
| 167 | + <Content Include="math\Transform.js"> |
| 168 | + <DependentUpon>Transform.ts</DependentUpon> |
| 169 | + </Content> |
| 170 | + <TypeScriptCompile Include="math\TransformUtils.ts" /> |
| 171 | + <Content Include="math\TransformUtils.js"> |
| 172 | + <DependentUpon>TransformUtils.ts</DependentUpon> |
| 173 | + </Content> |
164 | 174 | <Content Include="math\Vec2.js"> |
165 | 175 | <DependentUpon>Vec2.ts</DependentUpon> |
166 | 176 | </Content> |
167 | 177 | <Content Include="Motion.js"> |
168 | 178 | <DependentUpon>Motion.ts</DependentUpon> |
169 | 179 | </Content> |
| 180 | + <TypeScriptCompile Include="physics\ArcadePhysics.ts" /> |
| 181 | + <TypeScriptCompile Include="physics\advanced\Body.ts" /> |
| 182 | + <Content Include="physics\advanced\Body.js"> |
| 183 | + <DependentUpon>Body.ts</DependentUpon> |
| 184 | + </Content> |
| 185 | + <TypeScriptCompile Include="physics\advanced\Bounds.ts" /> |
| 186 | + <Content Include="physics\advanced\Bounds.js"> |
| 187 | + <DependentUpon>Bounds.ts</DependentUpon> |
| 188 | + </Content> |
| 189 | + <TypeScriptCompile Include="physics\advanced\Contact.ts" /> |
| 190 | + <TypeScriptCompile Include="physics\advanced\Collision.ts" /> |
| 191 | + <Content Include="physics\advanced\Collision.js"> |
| 192 | + <DependentUpon>Collision.ts</DependentUpon> |
| 193 | + </Content> |
| 194 | + <Content Include="physics\advanced\Contact.js"> |
| 195 | + <DependentUpon>Contact.ts</DependentUpon> |
| 196 | + </Content> |
| 197 | + <TypeScriptCompile Include="physics\advanced\ContactSolver.ts" /> |
| 198 | + <Content Include="physics\advanced\ContactSolver.js"> |
| 199 | + <DependentUpon>ContactSolver.ts</DependentUpon> |
| 200 | + </Content> |
| 201 | + <TypeScriptCompile Include="physics\advanced\Manager.ts" /> |
| 202 | + <TypeScriptCompile Include="physics\advanced\joints\IJoint.ts" /> |
| 203 | + <Content Include="physics\advanced\joints\IJoint.js"> |
| 204 | + <DependentUpon>IJoint.ts</DependentUpon> |
| 205 | + </Content> |
| 206 | + <TypeScriptCompile Include="physics\advanced\joints\Joint.ts" /> |
| 207 | + <Content Include="physics\advanced\joints\Joint.js"> |
| 208 | + <DependentUpon>Joint.ts</DependentUpon> |
| 209 | + </Content> |
| 210 | + <Content Include="physics\advanced\Manager.js"> |
| 211 | + <DependentUpon>Manager.ts</DependentUpon> |
| 212 | + </Content> |
| 213 | + <TypeScriptCompile Include="physics\advanced\shapes\Shape.ts" /> |
| 214 | + <TypeScriptCompile Include="physics\advanced\shapes\IShape.ts" /> |
| 215 | + <TypeScriptCompile Include="physics\advanced\shapes\Box.ts" /> |
| 216 | + <Content Include="physics\advanced\shapes\Box.js"> |
| 217 | + <DependentUpon>Box.ts</DependentUpon> |
| 218 | + </Content> |
| 219 | + <TypeScriptCompile Include="physics\advanced\shapes\Circle.ts" /> |
| 220 | + <Content Include="physics\advanced\shapes\Circle.js"> |
| 221 | + <DependentUpon>Circle.ts</DependentUpon> |
| 222 | + </Content> |
| 223 | + <Content Include="physics\advanced\shapes\IShape.js"> |
| 224 | + <DependentUpon>IShape.ts</DependentUpon> |
| 225 | + </Content> |
| 226 | + <TypeScriptCompile Include="physics\advanced\shapes\Poly.ts" /> |
| 227 | + <Content Include="physics\advanced\shapes\Poly.js"> |
| 228 | + <DependentUpon>Poly.ts</DependentUpon> |
| 229 | + </Content> |
| 230 | + <TypeScriptCompile Include="physics\advanced\shapes\Segment.ts" /> |
| 231 | + <Content Include="physics\advanced\shapes\Segment.js"> |
| 232 | + <DependentUpon>Segment.ts</DependentUpon> |
| 233 | + </Content> |
| 234 | + <Content Include="physics\advanced\shapes\Shape.js"> |
| 235 | + <DependentUpon>Shape.ts</DependentUpon> |
| 236 | + </Content> |
| 237 | + <TypeScriptCompile Include="physics\advanced\shapes\Triangle.ts" /> |
| 238 | + <Content Include="physics\advanced\shapes\Triangle.js"> |
| 239 | + <DependentUpon>Triangle.ts</DependentUpon> |
| 240 | + </Content> |
| 241 | + <TypeScriptCompile Include="physics\advanced\Space.ts" /> |
| 242 | + <Content Include="physics\advanced\Space.js"> |
| 243 | + <DependentUpon>Space.ts</DependentUpon> |
| 244 | + </Content> |
| 245 | + <Content Include="physics\ArcadePhysics.js"> |
| 246 | + <DependentUpon>ArcadePhysics.ts</DependentUpon> |
| 247 | + </Content> |
170 | 248 | <Content Include="physics\Body.js"> |
171 | 249 | <DependentUpon>Body.ts</DependentUpon> |
172 | 250 | </Content> |
|
0 commit comments