Skip to content

Commit

Permalink
Initial commit of 2019.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
earok committed Nov 16, 2019
1 parent df851d6 commit e16b257
Show file tree
Hide file tree
Showing 62 changed files with 21,696 additions and 66 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/Editor/ApplicationState.bin
4 changes: 4 additions & 0 deletions Demo Projects/aceattorney/Actors.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<tileset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="actors" tilewidth="16" tileheight="16" tilecount="256" columns="0">
<image source="actors.png" width="256" height="256" />
</tileset>
4 changes: 4 additions & 0 deletions Demo Projects/aceattorney/Blocks.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<tileset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="blocks" tilewidth="16" tileheight="16" tilecount="256" columns="0">
<image source="blocks.png" width="256" height="256" />
</tileset>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e16b257

Please sign in to comment.