Skip to content

Commit

Permalink
field growing and harvesting code
Browse files Browse the repository at this point in the history
added field and field tile class
only back, no apparence
  • Loading branch information
PottierLoic committed Apr 30, 2023
1 parent dca20e8 commit 08be53e
Show file tree
Hide file tree
Showing 8 changed files with 837 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
/[Aa]ssets/Plugins/Editor/JetBrains*

# Visual Studio cache directory
.vs/

# Gradle cache directory
.gradle/
Expand Down
4 changes: 2 additions & 2 deletions Assets/Scenes/island_test.unity
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Camera:
m_Depth: -1
m_CullingMask:
serializedVersion: 2
m_Bits: 4294967295
m_Bits: 2147483647
m_RenderingPath: -1
m_TargetTexture: {fileID: 0}
m_TargetDisplay: 0
Expand All @@ -200,7 +200,7 @@ Transform:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 699708305}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: -10}
m_LocalPosition: {x: 0, y: -2.21, z: -10}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
Expand Down
Loading

0 comments on commit 08be53e

Please sign in to comment.