Skip to content

Commit

Permalink
added unit and animal
Browse files Browse the repository at this point in the history
  • Loading branch information
PodeCaradox committed Dec 15, 2023
1 parent c32758b commit 5a9970c
Show file tree
Hide file tree
Showing 11 changed files with 217 additions and 181 deletions.
13 changes: 11 additions & 2 deletions src/assets/brushes/entity_brushes.data
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
{
"unit_test": {
"swordsman_brush": {
"BrushEntities": [
{
"Name": "Castlekeep_gatecenter",
"Name": "swordsman",
"RandomFactor": 1
}
],
"BrushType": "EntitiesBrush"
},
"deer_brush": {
"BrushEntities": [
{
"Name": "deer",
"RandomFactor": 1
}
],
Expand Down
Loading

0 comments on commit 5a9970c

Please sign in to comment.