Skip to content

Commit

Permalink
feat: slow down sewer water and add bank detail
Browse files Browse the repository at this point in the history
  • Loading branch information
hxtree committed Nov 7, 2024
1 parent 9dc9470 commit 6aa67d5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
Binary file modified clients/design-system/public/game-assets/sewer/tileset-4x4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified clients/design-system/public/game-assets/sewer/tileset-4x4.psd
Binary file not shown.
19 changes: 10 additions & 9 deletions clients/design-system/stories/game-assets/data/Sewer.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,15 @@
["t5_wave3","t5_wave2","t5_wave1","t5_wave1","t5_wave3","t5_wave1","t5_wave1","t5_wave2","t5_wave1","t5_wave3","t5_wave2","t5_wave2"]
],
[
["t2","t1","t1","0","0","t1","t3","t3","t3","t3","t3","t2"],
["t1","t1","t1","0","0","t3","t3","t2","t3","t1","t2","t3"],
["t1","t3","t1","0","0","t1","t1","t1","t2","t3","t3","t2"],
["t1","t2","t1","0","0","t3","t1","t2","t3","t1","t2","t1"],
["t3","t1","t1","0","0","t2","t1","t1","t1","t1","t1","t1"],
["t2","t1","t1","t11","0","t1","t3","t3","t3","t3","t3","t2"],
["t1","t1","t1","t11","0","t3","t3","t2","t3","t1","t2","t3"],
["t1","t3","t1","t11","0","t1","t1","t1","t2","t3","t3","t2"],
["t1","t2","t1","t11","0","t3","t1","t2","t3","t1","t2","t1"],
["t3","t1","t1","t11","0","t2","t1","t1","t1","t1","t1","t1"],
["t3","t1","t1","t7","t7","t1","t1","t2","t1","t3","t2","t3"],
["t3","t1","t3","t7","t7","t3","t3","t1","t1","t1","t1","t1"],
["t3","t1","t1","0","0","t1","t1","t2","t3","t1","t2","t3"]
["t3","t1","t1","t11","0","t1","t1","t2","t3","t1","t2","t3"],
["t10","t10","t10","0","0","t10","t10","t10","t10","t10","t10","t10"]
],
[
["w1","w3","w1","w6","w6","w1","w2","w3","w1","w5","w5","w1"],
Expand All @@ -88,19 +89,19 @@
"wave1": {
"startingFrame": 0,
"totalFrames": 2,
"frameDuration": { "seconds": 0.25 },
"frameDuration": { "seconds": 3.3 },
"isAnimating": true
},
"wave2": {
"startingFrame": 1,
"totalFrames": 2,
"frameDuration": { "seconds": 0.5 },
"frameDuration": { "seconds": 2.7 },
"isAnimating": true
},
"wave3": {
"startingFrame": 0,
"totalFrames": 2,
"frameDuration": { "seconds": 0.75 },
"frameDuration": { "seconds": 4.75 },
"isAnimating": true
}
},
Expand Down

0 comments on commit 6aa67d5

Please sign in to comment.