Skip to content

Commit

Permalink
0.3.7.842
Browse files Browse the repository at this point in the history
  • Loading branch information
gleblebedev committed Sep 3, 2024
1 parent d2e03d5 commit 9bce144
Show file tree
Hide file tree
Showing 33 changed files with 429 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]
},
"unofficial.Urho3DNet.Editor": {
"version": "0.3.7.837",
"version": "0.3.7.842",
"commands": [
"rbfx"
]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added Content/Common/Data/Animations/EnterCar.ani
Binary file not shown.
Binary file added Content/Common/Data/Animations/ExitCar.ani
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions Content/Common/Data/Animations/Pistol/PistolIdle.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<animation>
</animation>
Binary file not shown.
3 changes: 3 additions & 0 deletions Content/Common/Data/Animations/Pistol/PistolRun.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<animation>
<metadata name="LinearVelocity" type="Vector3" value="-9.561889E-05 -8.02651E-05 4.60801" />
</animation>
Binary file not shown.
3 changes: 3 additions & 0 deletions Content/Common/Data/Animations/Pistol/PistolWalk.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<animation>
<metadata name="LinearVelocity" type="Vector3" value="-1.629814E-08 -1.90339E-07 2.478705" />
</animation>
Binary file added Content/Common/Data/Animations/Rifle/Idle.ani
Binary file not shown.
2 changes: 2 additions & 0 deletions Content/Common/Data/Animations/Rifle/Idle.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<animation>
</animation>
Binary file not shown.
3 changes: 3 additions & 0 deletions Content/Common/Data/Animations/Rifle/RunForward.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<animation>
<metadata name="LinearVelocity" type="Vector3" value="4.917383E-07 2.980232E-07 4.478026" />
</animation>
Binary file not shown.
3 changes: 3 additions & 0 deletions Content/Common/Data/Animations/Rifle/WalkForward.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<animation>
<metadata name="LinearVelocity" type="Vector3" value="-4.582107E-06 -7.554889E-06 1.791215" />
</animation>
2 changes: 1 addition & 1 deletion Content/Common/Data/Models/Characters/XBot/XBot.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
},
{
"type": "ResourceRef",
"value": "Animation;Animations/Idle.ani"
"value": "Animation;Animations/EmptyHanded/Idle.ani"
},
{
"type": "Bool",
Expand Down
Loading

0 comments on commit 9bce144

Please sign in to comment.