Skip to content

Commit 923f6ba

Browse files
committed
Cleanup!
1 parent fb8653e commit 923f6ba

File tree

82 files changed

+17448
-18591
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+17448
-18591
lines changed

Assets/Audio/broom & bus.ogg

2.3 MB
Binary file not shown.

Assets/Audio/tune.wav.meta renamed to Assets/Audio/broom & bus.ogg.meta

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Audio/tune.wav

-2.7 MB
Binary file not shown.

Assets/Cavern/Cavern.png

3.93 KB
Loading

Assets/NavMeshObstacle2d.cs

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
using System.Collections;
2+
using System.Collections.Generic;
3+
using System.Data.Common;
4+
using UnityEngine;
5+
using UnityEngine.AI;
6+
7+
public class NavMeshObstacle2d : MonoBehaviour
8+
{
9+
// Start is called before the first frame update
10+
public NavMeshSurface2d surface;
11+
12+
void Start()
13+
{
14+
15+
}
16+
17+
// Update is called once per frame
18+
void Update()
19+
{
20+
surface.UpdateNavMesh(surface.navMeshData);
21+
}
22+
}

Assets/NavMeshObstacle2d.cs.meta

+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Palette/IsoPalette.prefab

+17-3
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,15 @@ Tilemap:
121121
m_ObjectToInstantiate: {fileID: 0}
122122
m_TileFlags: 1
123123
m_ColliderType: 1
124+
- first: {x: -1, y: 2, z: 0}
125+
second:
126+
m_TileIndex: 5
127+
m_TileSpriteIndex: 5
128+
m_TileMatrixIndex: 0
129+
m_TileColorIndex: 0
130+
m_ObjectToInstantiate: {fileID: 0}
131+
m_TileFlags: 1
132+
m_ColliderType: 1
124133
- first: {x: 0, y: 2, z: 0}
125134
second:
126135
m_TileIndex: 4
@@ -142,6 +151,8 @@ Tilemap:
142151
m_Data: {fileID: 11400000, guid: bd409afcc5d801945a99bd59a428167c, type: 2}
143152
- m_RefCount: 1
144153
m_Data: {fileID: 11400000, guid: 82e556eece33a894a8fd4bb30a5c084d, type: 2}
154+
- m_RefCount: 1
155+
m_Data: {fileID: 11400000, guid: 1945a515e3d812d47861170f31c349fe, type: 2}
145156
m_TileSpriteArray:
146157
- m_RefCount: 1
147158
m_Data: {fileID: 21300000, guid: ba36d3db27dd5ef42a2d456f97b2be0a, type: 3}
@@ -153,8 +164,10 @@ Tilemap:
153164
m_Data: {fileID: 21300000, guid: 54aaa5e2c5cd7b94bbab3288395a2361, type: 3}
154165
- m_RefCount: 1
155166
m_Data: {fileID: 21300000, guid: a833e9f1d5d2d0c4d92d1d6a20c49afa, type: 3}
167+
- m_RefCount: 1
168+
m_Data: {fileID: 21300000, guid: 265825fcbc88d114ba1bf4b0e7b85a00, type: 3}
156169
m_TileMatrixArray:
157-
- m_RefCount: 5
170+
- m_RefCount: 6
158171
m_Data:
159172
e00: 1
160173
e01: 0
@@ -173,7 +186,7 @@ Tilemap:
173186
e32: 0
174187
e33: 1
175188
m_TileColorArray:
176-
- m_RefCount: 5
189+
- m_RefCount: 6
177190
m_Data: {r: 1, g: 1, b: 1, a: 1}
178191
m_AnimationFrameRate: 1
179192
m_Color: {r: 1, g: 1, b: 1, a: 1}
@@ -205,7 +218,7 @@ TilemapRenderer:
205218
m_PrefabInstance: {fileID: 0}
206219
m_PrefabAsset: {fileID: 0}
207220
m_GameObject: {fileID: 8054719414229185230}
208-
m_Enabled: 1
221+
m_Enabled: 0
209222
m_CastShadows: 0
210223
m_ReceiveShadows: 0
211224
m_DynamicOccludee: 0
@@ -223,6 +236,7 @@ TilemapRenderer:
223236
m_ProbeAnchor: {fileID: 0}
224237
m_LightProbeVolumeOverride: {fileID: 0}
225238
m_ScaleInLightmap: 1
239+
m_ReceiveGI: 1
226240
m_PreserveUVs: 0
227241
m_IgnoreNormalsForChartDetection: 0
228242
m_ImportantGI: 0

0 commit comments

Comments
 (0)