Skip to content

Commit

Permalink
some more biome generation
Browse files Browse the repository at this point in the history
  • Loading branch information
trymnilsen committed May 20, 2024
1 parent a966963 commit 8d623a7
Show file tree
Hide file tree
Showing 16 changed files with 353 additions and 169 deletions.
8 changes: 8 additions & 0 deletions asset/dead_trees.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"dead_tree": {
"x": 48,
"y": 0,
"w": 16,
"h": 16
}
}
Binary file added asset/dead_trees.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions asset/pine_trees.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"pine_tree": {
"x": 32,
"y": 0,
"w": 16,
"h": 16
}
}
Binary file added asset/pine_trees.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions asset/tumbleweed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"tumbleweed_1": {
"x": 0,
"y": 0,
"w": 16,
"h": 16
},
"tumbleweed_2": {
"x": 16,
"y": 0,
"w": 16,
"h": 16
}
}
Binary file added asset/tumbleweed.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 public/asset/bin-0.png
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 8d623a7

Please sign in to comment.