Skip to content

Commit

Permalink
Merge branch 'master' of github.com:brean/ggj2020
Browse files Browse the repository at this point in the history
  • Loading branch information
mb committed Feb 2, 2020
2 parents f6955c1 + 39a4912 commit c4e25bb
Show file tree
Hide file tree
Showing 13 changed files with 607 additions and 240 deletions.
3 changes: 3 additions & 0 deletions Assets/BuildingManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ void OnValidate() {
void Awake()
{
GameObject grid = GameObject.Find("Grid - Level");
if (!grid) {
return;
}
storeysLevel = new List<Tilemap>();
tileMaps = new List<Tilemap>();
foreach(Transform child in grid.transform)
Expand Down
Binary file added Assets/Images/TitleScreen_textless_16-9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
91 changes: 91 additions & 0 deletions Assets/Images/TitleScreen_textless_16-9.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Images/TitleScreen_textless_2k.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
91 changes: 91 additions & 0 deletions Assets/Images/TitleScreen_textless_2k.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Images/WinScreenArtisans_16-9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
91 changes: 91 additions & 0 deletions Assets/Images/WinScreenArtisans_16-9.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Images/WinScreenArtisans_2K.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
91 changes: 91 additions & 0 deletions Assets/Images/WinScreenArtisans_2K.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c4e25bb

Please sign in to comment.