Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
PodeCaradox committed Aug 2, 2024
1 parent d794d6b commit d789dc7
Show file tree
Hide file tree
Showing 8 changed files with 165 additions and 3 deletions.
9 changes: 9 additions & 0 deletions src/assets/brushes/entity_brushes.data
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,14 @@
}
],
"BrushType": "EntitiesBrush"
},
"piceman_brush": {
"BrushEntities": [
{
"Name": "piceman",
"RandomFactor": 1
}
],
"BrushType": "EntitiesBrush"
}
}
126 changes: 125 additions & 1 deletion src/assets/entities/animals.data
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
}
]
},
"healthbar":{
"healthbar":{
"ImageName":"healthbar",
"ColorTableImageName":"color_table",
"ColorTableStartPos":"0,8",
Expand All @@ -222,5 +222,129 @@
]
}
]
},
"piceman":{
"ImageName":"piceman",
"ColorTableImageName":"color_table",
"ColorTableStartPos":"0,12",
"AnimationData":[
{
"Animation":"WalkingNorthEast",
"Frames":[
{
"AtlasCoord": "0,0,21,49",
"ImageOffset": "5,16"
},
{
"AtlasCoord": "42,0,21,49",
"ImageOffset": "5,16"
},
{
"AtlasCoord": "84,0,21,49",
"ImageOffset": "5,16"
},
{
"AtlasCoord": "126,0,21,49",
"ImageOffset": "5,16"
},
{
"AtlasCoord": "168,0,21,49",
"ImageOffset": "5,16"
},
{
"AtlasCoord": "210,0,21,49",
"ImageOffset": "5,16"
},
{
"AtlasCoord": "252,0,21,49",
"ImageOffset": "5,16"
},
{
"AtlasCoord": "294,0,20,49",
"ImageOffset": "4,16"
},
{
"AtlasCoord": "334,0,20,49",
"ImageOffset": "4,16"
},
{
"AtlasCoord": "374,0,21,49",
"ImageOffset": "5,16"
},
{
"AtlasCoord": "416,0,22,49",
"ImageOffset": "6,16"
},
{
"AtlasCoord": "460,0,22,49",
"ImageOffset": "6,16"
},
{
"AtlasCoord": "504,0,23,49",
"ImageOffset": "7,16"
},
{
"AtlasCoord": "550,0,23,49",
"ImageOffset": "7,16"
},
{
"AtlasCoord": "596,0,23,49",
"ImageOffset": "7,16"
},
{
"AtlasCoord": "642,0,23,49",
"ImageOffset": "7,16"
},
{
"AtlasCoord": "688,0,23,49",
"ImageOffset": "7,16"
},
{
"AtlasCoord": "734,0,23,49",
"ImageOffset": "7,16"
},
{
"AtlasCoord": "780,0,23,49",
"ImageOffset": "7,16"
},
{
"AtlasCoord": "826,0,22,49",
"ImageOffset": "6,16"
},
{
"AtlasCoord": "870,0,22,49",
"ImageOffset": "6,16"
},
{
"AtlasCoord": "914,0,22,49",
"ImageOffset": "6,16"
},
{
"AtlasCoord": "958,0,22,49",
"ImageOffset": "6,16"
},
{
"AtlasCoord": "1002,0,21,49",
"ImageOffset": "5,16"
},
{
"AtlasCoord": "1044,0,21,49",
"ImageOffset": "5,16"
},
{
"AtlasCoord": "1086,0,20,49",
"ImageOffset": "4,16"
},
{
"AtlasCoord": "1126,0,20,49",
"ImageOffset": "4,16"
},
{
"AtlasCoord": "1166,0,21,49",
"ImageOffset": "5,16"
}
]
}
]
}
}
23 changes: 23 additions & 0 deletions src/assets/game_ui/game_menu.interface
Original file line number Diff line number Diff line change
Expand Up @@ -1190,6 +1190,29 @@
"width": 32,
"height": 32
}
},
{
"EventType": "SelectBrush",
"EventName": "piceman_brush",
"CollisionObject": {
"type": "CustomRectangle",
"Rectangle": {
"x": 0,
"y": 0,
"width": 32,
"height": 32
}
},
"Position": {
"x": -325,
"y": 56
},
"ImageSource": {
"x": 1260,
"y": 64,
"width": 32,
"height": 32
}
}
]
},
Expand Down
Binary file modified src/assets/images/entities/animals/color_table.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 not shown.
5 changes: 5 additions & 0 deletions src/assets/images/images.data
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@
"Path":"images\\entities\\animals",
"DataType":"positions",
"CsType":"position_table"
},
"piceman":{
"Path":"images\\entities\\animals",
"DataType":"positions",
"CsType":"position_table"
},
"deer":{
"Path":"images\\entities\\animals",
Expand Down
Binary file modified src/assets/images/ui/game_interface.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions src/assets/world/animation/animated_tile.data
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@
},
"animated_grass_0":{
"PauseFrames":50,
"Reiterations":4,
"Reiterations":3,
"AnimationLength":5,
"Delay":100,
"ReactToWind": true
},
"animated_tree_0":{
"PauseFrames":54,
"PauseFrames":38,
"Reiterations":1,
"AnimationLength":16,
"Delay":100,
"ReactToWind": true
Expand Down

0 comments on commit d789dc7

Please sign in to comment.